Edit, don’t duplicate, existing templates

This commit is contained in:
Rebecca Law
2018-07-31 16:20:10 +01:00
parent b35f6e9d5f
commit 4b32d9aa0c
4 changed files with 8 additions and 13 deletions

View File

@@ -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 wont see this', rows=10) }}

View File

@@ -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 wont see this', rows=10) }}

View File

@@ -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 wont see this') }}