mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Fix heading level on all template stats page
It’s the heading for the whole page, should be a `<h1>`.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h2 class='heading-large'>Usage</h2>
|
||||
<h1 class='heading-large'>Usage</h1>
|
||||
|
||||
<div class="bottom-gutter">
|
||||
{{ pill(years, selected_year, big_number_args={'smallest': True}) }}
|
||||
|
||||
Reference in New Issue
Block a user