Remove file name from single notification page

Having a file name for single messages made sense when they were called
‘Test message’. They made a bit of sense when single messages still had
a file, which had to be called _something_.

Now that individual messages don’t come from a file, and don’t land you
on a page that looks like a ‘report’.
This commit is contained in:
Chris Hill-Scott
2017-06-19 16:57:38 +01:00
parent 67b2937123
commit 974953a64f

View File

@@ -1,6 +1,7 @@
{% extends "withnav_template.html" %}
{% from "components/banner.html" import banner %}
{% from "components/ajax-block.html" import ajax_block %}
{% from "components/message-count-label.html" import message_count_label %}
{% from "components/page-footer.html" import page_footer %}
{% block service_page_title %}
@@ -10,7 +11,7 @@
{% block maincolumn_content %}
<h1 class="heading-large">
Report
{{ message_count_label(1, template.template_type, suffix='') | capitalize }}
</h1>
{{ template|string }}