mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-05 22:10:44 -04:00
Make sure confirmation/danger banners have a H1
This makes errors on all pages have a `<h1>` element, which is important for accessibility. It means a bit of rewriting the messages, but I think they’re better for it.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
{% endif %}
|
||||
>
|
||||
{% if subhead -%}
|
||||
{{ subhead }} 
|
||||
<h1 class="banner-title">{{ subhead }}</h1>
|
||||
{%- endif -%}
|
||||
{{ body }}
|
||||
{% if delete_button %}
|
||||
|
||||
Reference in New Issue
Block a user