mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 16:32:15 +02:00
Fix formatting and remove aria tag
This commit is contained in:
parent
649be0f49c
commit
d99a6da82f
1 changed files with 2 additions and 3 deletions
|
@ -43,7 +43,7 @@
|
|||
<li>{{ item }}</li>
|
||||
{% empty %}
|
||||
<li>None</li>
|
||||
{% endfor %}</ul></p>
|
||||
{% endfor %}</ul>
|
||||
</ul>
|
||||
{% endif %}
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% else %}
|
||||
<p class="margin-top-0">
|
||||
<p class="margin-top-0 margin-bottom-0">
|
||||
{{ value }}
|
||||
</p>
|
||||
{% endif %}
|
||||
|
@ -66,7 +66,6 @@
|
|||
|
||||
{% if edit_link %}
|
||||
<a
|
||||
aria-describedby="summary-item__title"
|
||||
href="{{ edit_link }}"
|
||||
>
|
||||
Edit<span class="sr-only"> {{ title }}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue