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:
Chris Hill-Scott
2017-02-23 15:41:56 +00:00
parent aad891d4ce
commit 6445879a36
2 changed files with 2 additions and 2 deletions

View File

@@ -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' %}

View File

@@ -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}) }}