mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -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:
@@ -6,7 +6,7 @@
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h2 class="heading-large">All templates used this year</h2>
|
||||
<h1 class="heading-large">All templates used this year</h1>
|
||||
|
||||
{% include 'views/dashboard/template-statistics.html' %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user