Browse Source

DIV-723: review page introductory text

pull/160/head
Benard Ebinu 8 years ago
parent
commit
410a3ce013
3 changed files with 10 additions and 9 deletions
  1. +1
    -7
      edivorce/apps/core/templates/overview.html
  2. +1
    -1
      edivorce/apps/core/templates/partials/progress.html
  3. +8
    -1
      edivorce/apps/core/templates/question/13_review.html

+ 1
- 7
edivorce/apps/core/templates/overview.html View File

@ -94,15 +94,9 @@
{% if step_status.filing_locations == 'Started' %}<span class="progress-status"><i class="fa fa-adjust" aria-hidden="true"></i> Started</span>
{% elif step_status.filing_locations == 'Complete' %}<span class="progress-status"><i class="fa fa-check" aria-hidden="true"></i> Completed</span> {% endif %}
</a>
<a href="{% url 'question_steps' 'fact_sheets' %}" class="progress-question {% if step_status.fact_sheets == 'Complete' %} complete {% endif %}">
<span class="progress-icon"><i class="fa fa-file-text-o" aria-hidden="true"></i></span>
<span class="progress-content"><small>Step {% step_order step="fact_sheets" %}</small><br />Fact Sheets</span>
{% if step_status.fact_sheets == 'Started' %}<span class="progress-status"><i class="fa fa-adjust" aria-hidden="true"></i> Started</span>
{% elif step_status.fact_sheets == 'Complete' %}<span class="progress-status"><i class="fa fa-check" aria-hidden="true"></i> Completed</span> {% endif %}
</a>
<a href="{% url 'question_steps' 'review' %}" class="progress-question {% if active_page == 'review' %} active {% endif %}">
<span class="progress-icon"><i class="fa fa-file" aria-hidden="true"></i></span>
<span class="progress-content"><small>Step {% step_order step="review" %}</small><br />Review</span>
<span class="progress-content"><small>Step {% step_order step="review" %}</small><br />Review your answers</span>
</a>
</div>


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

@ -117,7 +117,7 @@
</a>
<a href="{% url 'question_steps' 'review' %}" class="progress-question {% if active_page == 'review' %} active {% endif %}">
<span class="progress-icon"><i class="fa fa-file" aria-hidden="true"></i></span>
<span class="progress-content"><small>Step {% step_order step="review" %}</small><br />Review</span>
<span class="progress-content"><small>Step {% step_order step="review" %}</small><br />Review your answers</span>
</a>


+ 8
- 1
edivorce/apps/core/templates/question/13_review.html View File

@ -9,7 +9,14 @@
{% block content %}
<h1><small>Step {% step_order step="review" %}:</small>Review</h1>
<p>
Please review the answers you have provided. If any changes need to be made click the green "Edit" button which will
take you back to the section in which a given question was posed.
</p>
<p>
If all of your answers look accurate and complete then proceed to the next step -
<a href="{% url 'dashboard_nav' 'print_form' %}">Review and Print your Divorce Forms</a>.
</p>
<div class="question-well step-review">
<div class="collapse-trigger" data-toggle="collapse" aria-expanded="true" data-target="#review_step_prequal" aria-controls="collapse_changed_name">
<div>


Loading…
Cancel
Save