Replace won't with will not

This commit is contained in:
karlchillmaid
2019-09-13 11:14:02 +01:00
committed by Chris Hill-Scott
parent 5fea8739cd
commit 2b0462f44f

View File

@@ -19,7 +19,7 @@
{% call form_wrapper() %}
<div class="grid-row">
<div class="column-five-sixths">
{{ textbox(form.name, width='1-1', hint='Your recipients wont see this', rows=10) }}
{{ textbox(form.name, width='1-1', hint='Your recipients will not see this', rows=10) }}
{{ textbox(form.subject, width='1-1', highlight_tags=True, rows=2) }}
{{ textbox(form.template_content, highlight_tags=True, width='1-1', rows=8) }}
{{ sticky_page_footer(