mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 09:21:54 +02:00
add check and test logistic
This commit is contained in:
parent
4202775cd0
commit
b6a939b884
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
|||
{% for this_step in steps.all %}
|
||||
{% if this_step in visited %}
|
||||
<li class="usa-sidenav__item">
|
||||
{% if not this_step == steps.current %}
|
||||
Check
|
||||
{% endif %}
|
||||
<a href="{% namespaced_url 'application' this_step %}"
|
||||
{% if this_step == steps.current %}class="usa-current"{% endif%}>
|
||||
{{ form_titles|get_item:this_step }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue