mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 19:53:13 -04:00
Display broadcasts without a template
At the moment the admin app expects all broadcasts to have a template, and expects the content of the alert to come from the template. This commit makes it so those pages can still get a `Template` instance, but populated with content straight from the `content` field in the database.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
{{ page_header(
|
||||
"Choose where to broadcast to",
|
||||
back_link=url_for('.view_template', service_id=current_service.id, template_id=broadcast_message.template_id)
|
||||
back_link=back_link
|
||||
) }}
|
||||
|
||||
{% for area in broadcast_message.areas %}
|
||||
|
||||
Reference in New Issue
Block a user