Don’t highlight ((double brackets)) in broadcast templates

You can’t use them to personalise the message, so it’s confusing for
the UI to suggest they’re somehow special.
This commit is contained in:
Chris Hill-Scott
2020-10-05 17:22:06 +01:00
parent c8e85efd54
commit 207ea91acd
2 changed files with 16 additions and 1 deletions

View File

@@ -24,7 +24,7 @@
}) }}
</div>
<div class="govuk-grid-column-two-thirds">
{{ textbox(form.template_content, highlight_placeholders=True, width='1-1', rows=5) }}
{{ textbox(form.template_content, highlight_placeholders=False, width='1-1', rows=5) }}
{{ sticky_page_footer('Save') }}
</div>
</div>