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.
This commit is contained in:
Chris Hill-Scott
2016-04-14 14:05:37 +01:00
parent 1bf4d00e19
commit 9cba3ea70f

View File

@@ -16,7 +16,7 @@
<div class="grid-row">
<div class="column-two-thirds">
{{ textbox(form.name, width='1-1', hint='Your recipients wont see this', rows=10) }}
{{ textbox(form.subject, width='1-1', rows=2) }}
{{ textbox(form.subject, width='1-1', highlight_tags=True, rows=2) }}
</div>
<div class="column-two-thirds">
{{ textbox(form.template_content, highlight_tags=True, width='1-1', rows=8) }}