mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -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" %}
|
||||
{% 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 }}
|
||||
|
||||
Reference in New Issue
Block a user