From 6445879a3643ec093df82124b02abd6160cc0a90 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 23 Feb 2017 15:41:56 +0000 Subject: [PATCH] Fix heading level on all template stats page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s the heading for the whole page, should be a `

`. --- app/templates/views/dashboard/all-template-statistics.html | 2 +- app/templates/views/usage.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/views/dashboard/all-template-statistics.html b/app/templates/views/dashboard/all-template-statistics.html index 909a1e9df..3331ccd97 100644 --- a/app/templates/views/dashboard/all-template-statistics.html +++ b/app/templates/views/dashboard/all-template-statistics.html @@ -6,7 +6,7 @@ {% block maincolumn_content %} -

All templates used this year

+

All templates used this year

{% include 'views/dashboard/template-statistics.html' %} diff --git a/app/templates/views/usage.html b/app/templates/views/usage.html index 7c37e2795..3b8fe412d 100644 --- a/app/templates/views/usage.html +++ b/app/templates/views/usage.html @@ -10,7 +10,7 @@ {% block maincolumn_content %} -

Usage

+

Usage

{{ pill(years, selected_year, big_number_args={'smallest': True}) }}