From 9cba3ea70f26c755a796042290f814f83aca349e Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 14 Apr 2016 14:05:37 +0100 Subject: [PATCH] Add placeholder highlighting to subject Email subjects can now have placeholders in, we should visually indicate this in the same way as we do for the email body. --- app/templates/views/edit-email-template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }}