Browse Source

DIV-810: Add link to end of fact sheet B to payor question

pull/160/head
Benard Ebinu 7 years ago
parent
commit
5fd5163581
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      edivorce/apps/core/templates/question/06_children_facts.html

+ 5
- 3
edivorce/apps/core/templates/question/06_children_facts.html View File

@ -234,14 +234,16 @@
<td colspan="3"> <td colspan="3">
<p> <p>
Any other relevant information regarding the conditions, means, needs and other circumstances of Any other relevant information regarding the conditions, means, needs and other circumstances of
each spouse or of any child for whom support is sought?
each spouse or of any child for whom support is sought?
</p> </p>
{% input_field type="textarea" name="additional_relevant_spouse_children_info" maxlength="500" rows="3" class="fact-sheet-input form-control response-textarea" %} {% input_field type="textarea" name="additional_relevant_spouse_children_info" maxlength="500" rows="3" class="fact-sheet-input form-control response-textarea" %}
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="fact-sheet-question"> <td class="fact-sheet-question">
Amount of child support to be paid per month by {% payorize %}
<p>Amount of child support to be paid per month by <span class="payor-placeholder">payor</span></p>
<p>Please note: this value will be calculated for you after you have indicated
<a href="#who_is_payor">who is the payor</a>.</p>
</td> </td>
<td class="fact-sheet-answer" colspan="2" readonly> <td class="fact-sheet-answer" colspan="2" readonly>
<div class="dollar-prefix"> <div class="dollar-prefix">
@ -386,7 +388,7 @@
</table> </table>
</div> </div>
<div class="question-well">
<div class="question-well" id="who_is_payor">
{% money_input_field name="annual_gross_income" hidden="true" %} {% money_input_field name="annual_gross_income" hidden="true" %}
{% money_input_field name="spouse_annual_gross_income" hidden="true" %} {% money_input_field name="spouse_annual_gross_income" hidden="true" %}
<span id="__name_you" hidden>{{ name_you }}</span> <span id="__name_you" hidden>{{ name_you }}</span>


Loading…
Cancel
Save