closed a tag

This commit is contained in:
asaki222 2024-09-11 16:49:30 -04:00
parent 91532adc30
commit d386e69c9d
No known key found for this signature in database
GPG key ID: 2C4F802060E06EA4

View file

@ -15,8 +15,8 @@
</svg>
{% endif %}
{% endif %}
<a href="{% namespaced_url 'domain-request' this_step %}"
{% if this_step = steps.current %}
<a href="{% namespaced_url 'domain-request' this_step %}">
{% if this_step == steps.current %}
class="usa-current"
{% else %}
class="link_usa-checked"
@ -39,4 +39,4 @@
{% endfor %}
</ul>
</nav>
</div>
</div>