Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Johnson committed Nov 14, 2017
1 parent 0a09f15 commit 1713c24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edivorce/apps/core/templates/question/08_other_orders.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h3>Are you asking for a legal name change?</h3>
</div>

<div id="name_change_you_fullname" hidden>
<h3>Please enter the full name</h3>
<h3>Please enter the full <strong>new</strong> name</h3>
{% input_field type="text" name="name_change_you_fullname" class="form-block input-wide response-textbox" %}
</div>

Expand Down Expand Up @@ -78,7 +78,7 @@ <h3>Is your spouse asking for a legal name change?</h3>
</div>

<div id="name_change_spouse_fullname" hidden>
<h3>Please enter the full name</h3>
<h3>Please enter the full <strong>new</strong> name</h3>
{% input_field type="text" name="name_change_spouse_fullname" class="form-block input-wide response-textbox" %}
</div>

Expand Down

0 comments on commit 1713c24

Please sign in to comment.