mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Added template ID to template page, to allow users to identity required data for API calls.
This commit is contained in:
@@ -22,6 +22,7 @@ GOV.UK Notify | Manage templates
|
||||
{{ sms_message(
|
||||
template.get_field('content'),
|
||||
name=template.title,
|
||||
id=template.get_field('id'),
|
||||
edit_link=url_for('.edit_service_template', service_id=template.get_field('service'), template_id=template.get_field('id'))
|
||||
) }}
|
||||
{% elif template.get_field('template_type') == 'email' %}
|
||||
|
||||
Reference in New Issue
Block a user