diff --git a/app/templates/views/edit-email-template.html b/app/templates/views/edit-email-template.html index 87d5f5d78..71f286db1 100644 --- a/app/templates/views/edit-email-template.html +++ b/app/templates/views/edit-email-template.html @@ -16,9 +16,9 @@
{{ textbox(form.name, width='1-1', hint='Your recipients won’t see this', rows=10) }} - {{ textbox(form.subject, width='1-1', highlight_tags=True, rows=2) }}
+ {{ textbox(form.subject, width='1-1', highlight_tags=True, rows=2) }} {{ textbox(form.template_content, highlight_tags=True, width='1-1', rows=8) }} {{ page_footer( 'Save', @@ -29,7 +29,7 @@