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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
edivorce/apps/core/templates/partials/dashnav.html
|
|
|
@ -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 %}"> |
|
|
|
|