mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 03:30:50 +02:00
put the end tag back in its correct spot
This commit is contained in:
parent
d386e69c9d
commit
a55c0191ac
1 changed files with 2 additions and 2 deletions
|
@ -15,12 +15,12 @@
|
|||
</svg>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
<a href="{% namespaced_url 'domain-request' this_step %}">
|
||||
<a href="{% namespaced_url 'domain-request' this_step %}""
|
||||
{% if this_step == steps.current %}
|
||||
class="usa-current"
|
||||
{% else %}
|
||||
class="link_usa-checked"
|
||||
{% endif%}>
|
||||
{% endif%} >
|
||||
{{ form_titles|get_item:this_step }}
|
||||
</a>
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue