Browse Source

Minor update to prequal step 03

pull/160/head
Charles Shin 8 years ago
parent
commit
8274c385d3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      edivorce/apps/core/templates/prequalification/step_03.html

+ 1
- 1
edivorce/apps/core/templates/prequalification/step_03.html View File

@ -91,7 +91,7 @@
</div> </div>
<div class="question-well"> <div class="question-well">
<h3>Did you and {% if name_spouse %} {{ name_spouse }} {% else %} your spouse {% endif %} attempt to reconcile after you separated <span id="separation_date_span">{% if separation_date %} on {{ separation_date }}{% endif %}</span>?</h3>
<h3>Did {% if name_you %} {{ name_you }} {% else %} you {% endif %} and {% if name_spouse %} {{ name_spouse }} {% else %} your spouse {% endif %} attempt to reconcile after you separated <span id="separation_date_span">{% if separation_date %} on {{ separation_date }}{% endif %}</span>?</h3>
<div class="radio"><label>{% input_field type="radio" name="try_reconcile_after_separated" value="NO" data_target_id="reconciliation_period" data_reveal_target="false" %} <div class="radio"><label>{% input_field type="radio" name="try_reconcile_after_separated" value="NO" data_target_id="reconciliation_period" data_reveal_target="false" %}
No, {% if name_spouse %} {{ name_spouse }} {% else %} my spouse {% endif %} and I have not reconciled (gotten back together)</label> No, {% if name_spouse %} {{ name_spouse }} {% else %} my spouse {% endif %} and I have not reconciled (gotten back together)</label>
</div> </div>


Loading…
Cancel
Save