Browse Source

DIV-1203: Update dashnav name for swear forms page

pull/172/head
ariannedee 5 years ago
parent
commit
71cdff7aea
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      edivorce/apps/core/templates/partials/dashnav.html

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

@ -26,7 +26,7 @@
{% endif %}
<a href="{% url 'dashboard_nav' 'swear_forms' %}" class="progress-question {% if active_page == 'swear_forms' %} active {% endif %}">
<span class="progress-icon"><i class="fa fa-pencil" aria-hidden="true"></i></span>
<span class="progress-content">Swear Forms</span>
<span class="progress-content">Swear / Affirm Forms</span>
</a>
<a href="{% url 'dashboard_nav' 'final_filing' %}" class="progress-question {% if active_page == 'final_filing' %} active {% endif %}">
<span class="progress-icon"><i class="fa fa-folder-open-o" aria-hidden="true"></i></span>


Loading…
Cancel
Save