Browse Source

DIV-903: Added optional links to print and review page.

pull/160/head
Charles Shin 7 years ago
parent
commit
1272bf8934
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      edivorce/apps/core/templates/dashboard/print_form.html

+ 10
- 0
edivorce/apps/core/templates/dashboard/print_form.html View File

@ -484,6 +484,13 @@
</a> for anyone requesting a name change </a> for anyone requesting a name change
</li> </li>
{% endif %} {% endif %}
{% if how_will_calculate_income == 'entered agreement' %}
<li>Completed
<a href="https://www2.gov.bc.ca/assets/gov/law-crime-and-justice/courthouse-services/court-files-records/court-forms/supreme-family/f9.pdf?forcedownload=true" target="_blank">
Agreement as to Annual Income (F9)
</a>
</li>
{% endif %}
</ul> </ul>
</div> </div>
@ -508,6 +515,9 @@
<li>Affidavit — Desk Order Divorce Form (F30)</li> <li>Affidavit — Desk Order Divorce Form (F30)</li>
{% endcomment %} {% endcomment %}
{% endif %} {% endif %}
{% if how_will_calculate_income == 'entered agreement' %}
<li>Agreement as to Annual Income (F9)</li>
{% endif %}
</ul> </ul>
<p> <p>


Loading…
Cancel
Save