diff --git a/app/templates/views/edit-email-template.html b/app/templates/views/edit-email-template.html
index b0dcfc11b..bca5d1ab1 100644
--- a/app/templates/views/edit-email-template.html
+++ b/app/templates/views/edit-email-template.html
@@ -16,7 +16,7 @@
{{ textbox(form.name, width='1-1', hint='Your recipients won’t see this', rows=10) }}
- {{ textbox(form.subject, width='1-1', 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) }}