Files
notifications-admin/app/templates/views/dashboard/all-template-statistics.html
Chris Hill-Scott fb597308ba Fix page title on all template statistics
Broke it here: https://github.com/alphagov/notifications-admin/pull/1150/files#diff-79c89468157588a8d045983245158e9bR4

Third time lucky…
2017-02-24 11:58:34 +00:00

14 lines
287 B
HTML

{% extends "withnav_template.html" %}
{% block service_page_title %}
All templates used this year
{% endblock %}
{% block maincolumn_content %}
<h1 class="heading-large">All templates used this year</h1>
{% include 'views/dashboard/template-statistics.html' %}
{% endblock %}