mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Make Jinja template generic
This will let us reuse the same code for displaying pages of previous and rejected alerts.
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
{% extends "withnav_template.html" %}
|
||||
|
||||
{% block service_page_title %}
|
||||
Previous alerts
|
||||
{{ page_title }}
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-medium">Previous alerts</h1>
|
||||
<h1 class="heading-medium">{{ page_title }}</h1>
|
||||
|
||||
{% include('views/broadcast/partials/dashboard-table.html') %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user