Browse Source

DIV-900: Updated text copies.

pull/160/head
Charles Shin 7 years ago
parent
commit
cad9be2856
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      edivorce/apps/core/templates/question/06_children_income_expenses.html
  2. +2
    -2
      edivorce/apps/core/templates/question/06_children_what_for.html

+ 2
- 2
edivorce/apps/core/templates/question/06_children_income_expenses.html View File

@ -43,8 +43,8 @@
<p>
For this option you will need to provide the court with another form called the
<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>.
Agreement as to Annual Income (F9).
</a>
</p>
</div>


+ 2
- 2
edivorce/apps/core/templates/question/06_children_what_for.html View File

@ -33,11 +33,11 @@
{% if derived.show_fact_sheet_b or derived.show_fact_sheet_c %}
<div class="dollar-prefix">
{% money_input_field name="order_monthly_child_support_amount" value_src="difference_payment_amounts" class="money positive-float form-block response-textbox children-input-block child-support-amount" readonly="" %}
</div>Matches Child Support Guideline amount calculated from fact sheet
</div>Matches Child Support Guideline (amount calculated from Fact sheet)
{% else %}
<div class="dollar-prefix">
{% money_input_field name="order_monthly_child_support_amount" class="money positive-float form-block response-textbox children-input-block child-support-amount" data_ajax_only_radio_selected="true" %}
</div>Matches Child Support Guideline amount calculated from fact sheet
</div>Matches Child Support Guideline (amount calculated from Fact sheet)
{% endif %}
</label>
</div>


Loading…
Cancel
Save