Fix formatting and remove aria tag

This commit is contained in:
igorkorenfeld 2023-05-19 12:30:59 -04:00
parent 649be0f49c
commit d99a6da82f
No known key found for this signature in database
GPG key ID: 826947A4B867F659

View file

@ -43,7 +43,7 @@
<li>{{ item }}</li> <li>{{ item }}</li>
{% empty %} {% empty %}
<li>None</li> <li>None</li>
{% endfor %}</ul></p> {% endfor %}</ul>
</ul> </ul>
{% endif %} {% endif %}
@ -58,7 +58,7 @@
{% endif %} {% endif %}
{% else %} {% else %}
<p class="margin-top-0"> <p class="margin-top-0 margin-bottom-0">
{{ value }} {{ value }}
</p> </p>
{% endif %} {% endif %}
@ -66,7 +66,6 @@
{% if edit_link %} {% if edit_link %}
<a <a
aria-describedby="summary-item__title"
href="{{ edit_link }}" href="{{ edit_link }}"
> >
Edit<span class="sr-only"> {{ title }}</span> Edit<span class="sr-only"> {{ title }}</span>