Browse Source

DIV-754: Updating children sub menu titles

pull/160/head
Benard Ebinu 7 years ago
parent
commit
4a81d13ad5
3 changed files with 4 additions and 4 deletions
  1. +2
    -2
      edivorce/apps/core/templates/partials/progress.html
  2. +1
    -1
      edivorce/apps/core/templates/question/06_children_facts.html
  3. +1
    -1
      edivorce/apps/core/templates/question/06_children_payor_medical.html

+ 2
- 2
edivorce/apps/core/templates/partials/progress.html View File

@ -62,12 +62,12 @@
</li>
<li>
<a href="{% url 'question_steps' 'children' 'facts'%}" class="progress-sub-question {% if sub_step == 'facts' %} active {% endif %}">
<span class="progress-content">Fact sheets</span>
<span class="progress-content">Payor & Fact sheets</span>
</a>
</li>
<li>
<a href="{% url 'question_steps' 'children' 'payor_medical'%}" class="progress-sub-question {% if sub_step == 'payor_medical' %} active {% endif %}">
<span class="progress-content">Medical expenses</span>
<span class="progress-content">Medical & other expenses</span>
</a>
</li>
<li>


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

@ -10,7 +10,7 @@
{% block progress %}{% include "partials/progress.html" %}{% endblock %}
{% block content %}
<h1><small>Step {% step_order step="children" %}:</small>Children - Fact Sheets</h1>
<h1><small>Step {% step_order step="children" %}:</small>Children - Payor & Fact Sheets</h1>
<div id="claimant_children" hidden>
{{ claimant_children }}
</div>


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

@ -7,7 +7,7 @@
{% block progress %}{% include "partials/progress.html" %}{% endblock %}
{% block content %}
<h1><small>Step {% step_order step="children" %}:</small>Children - Medical expenses</h1>
<h1><small>Step {% step_order step="children" %}:</small>Children - Medical & other expenses</h1>
<div id="__claimant_names" hidden>
<input name="name_you" value="{{ name_you }}" title="name_you" hidden />


Loading…
Cancel
Save