Merge pull request #1092 from alphagov/templates-page-title

Make page title on template usage page match link
This commit is contained in:
Chris Hill-Scott
2017-01-30 11:48:51 +00:00
committed by GitHub

View File

@@ -6,11 +6,7 @@
{% block maincolumn_content %}
<div class="grid-row bottom-gutter">
<div class="column-half">
<h2 class="heading-large">Templates sent</h2>
</div>
</div>
<h2 class="heading-large">All templates used this year</h2>
{% include 'views/dashboard/template-statistics.html' %}