mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 05:29:38 -04:00
Edit, don’t duplicate, existing templates
This commit is contained in:
@@ -13,10 +13,7 @@
|
||||
{{ heading_action }} email template
|
||||
</h1>
|
||||
|
||||
<form
|
||||
method="post"
|
||||
action="{{ url_for('.add_service_template', service_id=current_service.id, template_type=template_type) }}"
|
||||
>
|
||||
<form method="post">
|
||||
<div class="grid-row">
|
||||
<div class="column-five-sixths">
|
||||
{{ textbox(form.name, width='1-1', hint='Your recipients won’t see this', rows=10) }}
|
||||
|
||||
@@ -12,10 +12,7 @@
|
||||
{{ heading_action }} letter template
|
||||
</h1>
|
||||
|
||||
<form
|
||||
method="post"
|
||||
action="{{ url_for('.add_service_template', service_id=current_service.id, template_type=template_type) }}"
|
||||
>
|
||||
<form method="post">
|
||||
<div class="grid-row">
|
||||
<div class="column-five-sixths">
|
||||
{{ textbox(form.name, width='1-1', hint='Your recipients won’t see this', rows=10) }}
|
||||
|
||||
@@ -13,10 +13,7 @@
|
||||
{{ heading_action }} text message template
|
||||
</h1>
|
||||
|
||||
<form
|
||||
method="post"
|
||||
action="{{ url_for('.add_service_template', service_id=current_service.id, template_type=template_type) }}"
|
||||
>
|
||||
<form method="post">
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
{{ textbox(form.name, width='1-1', hint='Your recipients won’t see this') }}
|
||||
|
||||
Reference in New Issue
Block a user