Browse Source

DIV-380: Updated response for lived_in_bc_spouse to does from do

pull/160/head
Charles Shin 8 years ago
parent
commit
7c73a6d463
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      edivorce/apps/core/templates/pdf/form1.html
  2. +1
    -1
      edivorce/apps/core/templates/question/03_respondent.html

+ 1
- 1
edivorce/apps/core/templates/pdf/form1.html View File

@ -105,7 +105,7 @@
{% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %}</td>
<td colname="c3">{% if responses.lived_in_bc_spouse == 'Since birth' %} {{ responses.birthday_spouse }}
{% elif responses.lived_in_bc_spouse == 'Moved to B.C. on' %} {{ responses.moved_to_bc_date_spouse }}
{% elif responses.lived_in_bc_spouse == 'Do not live in B.C.' %}
{% elif responses.lived_in_bc_spouse == 'Does not live in B.C.' %}
{% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %}</td>
</tr>
<tr>


+ 1
- 1
edivorce/apps/core/templates/question/03_respondent.html View File

@ -143,7 +143,7 @@
<i class="fa fa-calendar circle"></i>
</span>
</span></label></div>
<div class="radio"><label>{% input_field type="radio" class="radio-with-other" name="lived_in_bc_spouse" value="Do not live in B.C." %}Does not live in B.C.</label></div>
<div class="radio"><label>{% input_field type="radio" class="radio-with-other" name="lived_in_bc_spouse" value="Does not live in B.C." %}Does not live in B.C.</label></div>
<p>In order to apply for a divorce in B.C., you or your spouse must have been a regular resident in B.C (the legal term is ordinarily resident
<span class="tooltip-link" data-toggle="tooltip" data-placement="right" data-html="true" title="<b>Ordinarily resident</b><br /><br />


Loading…
Cancel
Save