Browse Source

DIV-817: Add payor name to question on 'what asking for' page

pull/160/head
Benard Ebinu 7 years ago
parent
commit
9e2b440a53
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      edivorce/apps/core/templates/question/06_children_what_for.html

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

@ -3,6 +3,7 @@
{% load input_field %} {% load input_field %}
{% load step_order %} {% load step_order %}
{% load load_json %} {% load load_json %}
{% load format_utils %}
{% block title %}{{ block.super }}: Your Children {% endblock %} {% block title %}{{ block.super }}: Your Children {% endblock %}
@ -24,7 +25,7 @@
"> ">
proposed in the order<i class="fa fa-question-circle" aria-hidden="true"></i> proposed in the order<i class="fa fa-question-circle" aria-hidden="true"></i>
</span> </span>
to be paid by <span class="__name-of-payor"></span>?
to be paid by {% payorize %}?
</h3> </h3>
<div class="radio"> <div class="radio">
<label> <label>


Loading…
Cancel
Save