put the end tag back in its correct spot

This commit is contained in:
asaki222 2024-09-13 13:02:49 -04:00
parent d386e69c9d
commit a55c0191ac
No known key found for this signature in database
GPG key ID: 2C4F802060E06EA4

View file

@ -15,12 +15,12 @@
</svg> </svg>
{% endif %} {% endif %}
{% endif %} {% endif %}
<a href="{% namespaced_url 'domain-request' this_step %}"> <a href="{% namespaced_url 'domain-request' this_step %}""
{% if this_step == steps.current %} {% if this_step == steps.current %}
class="usa-current" class="usa-current"
{% else %} {% else %}
class="link_usa-checked" class="link_usa-checked"
{% endif%}> {% endif%} >
{{ form_titles|get_item:this_step }} {{ form_titles|get_item:this_step }}
</a> </a>
</span> </span>