SKIRMISH MODE

This commit is contained in:
Chris Hill-Scott
2016-01-22 14:38:10 +00:00
parent cd38d54be7
commit 396f8415c6
9 changed files with 35 additions and 23 deletions

View File

@@ -18,13 +18,14 @@ GOV.UK Notify | Edit template
</legend>
<label class="block-label" for="template_type">
<input type="radio" name="template_type" id="template_type" checked="checked" value="sms" />
SMS
Text message
</label>
</fieldset>
{{ textbox(form.template_content, highlight_tags=True) }}
{{ page_footer(
'Save',
delete_link=url_for('.delete_service_template', service_id=service_id, template_id=template_id) if template_id or None,
delete_link_text='delete this template',
back_link=url_for('.manage_service_templates', service_id=service_id),
back_link_text='Back to templates'
) }}