Merge pull request #3672 from alphagov/no-personalisation-broadcast

Don’t allow or highlight personalisation in broadcast templates
This commit is contained in:
Chris Hill-Scott
2020-10-08 15:45:51 +01:00
committed by GitHub
4 changed files with 67 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>