Merge pull request #3750 from alphagov/validate-broadcast-content-length

Validate length of broadcast content
This commit is contained in:
Chris Hill-Scott
2021-01-04 11:21:49 +00:00
committed by GitHub
6 changed files with 60 additions and 3 deletions

View File

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