mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 01:55:41 -04:00
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:
@@ -1,6 +1,7 @@
|
|||||||
{% extends "withnav_template.html" %}
|
{% extends "withnav_template.html" %}
|
||||||
{% from "components/banner.html" import banner %}
|
{% from "components/banner.html" import banner %}
|
||||||
{% from "components/ajax-block.html" import ajax_block %}
|
{% 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 %}
|
{% from "components/page-footer.html" import page_footer %}
|
||||||
|
|
||||||
{% block service_page_title %}
|
{% block service_page_title %}
|
||||||
@@ -10,7 +11,7 @@
|
|||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
|
|
||||||
<h1 class="heading-large">
|
<h1 class="heading-large">
|
||||||
Report
|
{{ message_count_label(1, template.template_type, suffix='') | capitalize }}
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
{{ template|string }}
|
{{ template|string }}
|
||||||
|
|||||||
Reference in New Issue
Block a user