add check and test logistic

This commit is contained in:
Jon Roberts 2023-03-07 11:55:46 -05:00
parent 4202775cd0
commit b6a939b884
No known key found for this signature in database
GPG key ID: EED093582198B041

View file

@ -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 }}