mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 16:38:26 -04:00
Give all h1s an id
This commit is contained in:
@@ -9,6 +9,6 @@
|
|||||||
{{ govukBackLink({ "href": back_link }) }}
|
{{ govukBackLink({ "href": back_link }) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<h1 class="heading-large">{{ h1 }}</h1>
|
<h1 class="heading-large" id="page-header">{{ h1 }}</h1>
|
||||||
|
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|||||||
Reference in New Issue
Block a user