Browse Source

Fixed DIV-123 and DIV-137

pull/160/head
Charles Shin 8 years ago
parent
commit
85de9479d8
2 changed files with 5 additions and 3 deletions
  1. +2
    -1
      edivorce/apps/core/templates/prequalification/step_03.html
  2. +3
    -2
      edivorce/apps/core/templates/question/04_marriage.html

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

@ -49,7 +49,8 @@
<div> <div>
<p>If you cannot remember the exact date you separated then enter:</p> <p>If you cannot remember the exact date you separated then enter:</p>
<ul> <ul>
<li>the last day of that month in which you decided to separate from your spouse, and;</li>
<li>the month you decided to separate from your spouse</li>
<li>the last day of that month</li>
<li>year</li> <li>year</li>
</ul> </ul>
</div> </div>


+ 3
- 2
edivorce/apps/core/templates/question/04_marriage.html View File

@ -60,9 +60,10 @@
</div> </div>
<div class="collapse" id="collapse_exact_start_date"> <div class="collapse" id="collapse_exact_start_date">
<div> <div>
<p>If you cannot remember the exact date you sepearated then enter:</p>
<p>If you cannot remember the exact date you separated then enter:</p>
<ul> <ul>
<li>the last day of that month in which you decided to separate from your spouse, and;</li>
<li>the month you decided to separate from your spouse</li>
<li>the last day of that month</li>
<li>year</li> <li>year</li>
</ul> </ul>
</div> </div>


Loading…
Cancel
Save