Browse Source

Removing extra overview step introduced by accidental copy/paste

pull/160/head
Benard Ebinu 8 years ago
parent
commit
1798b2a79a
1 changed files with 0 additions and 9 deletions
  1. +0
    -9
      edivorce/apps/core/templates/overview.html

+ 0
- 9
edivorce/apps/core/templates/overview.html View File

@ -104,15 +104,6 @@
<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>
</a>
{% if 'Other orders' in which_orders.0.value|load_json %}
<a href="{% url 'question_steps' 'other_orders' %}" class="progress-question {% if step_status.other_orders == 'Complete' %} complete {% endif %}">
<span class="progress-icon"><i class="fa fa-gavel" aria-hidden="true"></i></span>
<span class="progress-content"><small>Step {% step_order step="other_orders" %}</small><br />Other orders</span>
{% if step_status.other_orders == 'Started' %}<span class="progress-status"><i class="fa fa-adjust" aria-hidden="true"></i> Started</span>
{% elif step_status.other_orders == 'Complete' %}<span class="progress-status"><i class="fa fa-check" aria-hidden="true"></i> Completed</span> {% endif %}
</a>
{% endif %}
</div>


Loading…
Cancel
Save