Browse Source

DIV-562

pull/160/head
Justin Johnson 8 years ago
parent
commit
3a2a15b132
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      edivorce/apps/core/templates/question/08_other_orders.html

+ 2
- 2
edivorce/apps/core/templates/question/08_other_orders.html View File

@ -42,7 +42,7 @@
</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>
@ -78,7 +78,7 @@
</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>


Loading…
Cancel
Save