Remove notifications table from notification page

This table will only over show one notification.

There’s a better way to display who the recipient was, and what the
status of the notification is.
This commit is contained in:
Chris Hill-Scott
2017-06-19 14:31:22 +01:00
parent 742173dd33
commit 16d92b9a62
2 changed files with 4 additions and 2 deletions

View File

@@ -16,7 +16,6 @@
{{ template|string }}
{{ ajax_block(partials, updates_url, 'status', finished=finished) }}
{{ ajax_block(partials, updates_url, 'notifications', finished=finished) }}
{{ page_footer(
secondary_link=url_for('.view_template', service_id=current_service.id, template_id=template.id),