Browse Source

Merge pull request #140 from bcgov/page-updates

DIV-1202: Fix filing number typo in dashnav
pull/172/head
Arianne 5 years ago
committed by GitHub
parent
commit
73951983a4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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

@ -21,7 +21,7 @@
</a>
<a href="{% url 'dashboard_nav' 'wait_for_number' %}" class="progress-question {% if active_page == 'wait_for_number' %} active {% endif %}">
<span class="progress-icon"><i class="fa fa-clock-o" aria-hidden="true"></i></span>
<span class="progress-content">Wait for Court Filing #</span>
<span class="progress-content">Wait for Court File #</span>
</a>
{% endif %}
<a href="{% url 'dashboard_nav' 'swear_forms' %}" class="progress-question {% if active_page == 'swear_forms' %} active {% endif %}">


Loading…
Cancel
Save