mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 08:44:23 -04:00
Replace won't with will not
This commit is contained in:
committed by
Chris Hill-Scott
parent
c62f4ed706
commit
5fea8739cd
@@ -19,7 +19,7 @@
|
|||||||
{% call form_wrapper() %}
|
{% call form_wrapper() %}
|
||||||
<div class="grid-row">
|
<div class="grid-row">
|
||||||
<div class="column-five-sixths">
|
<div class="column-five-sixths">
|
||||||
{{ textbox(form.name, width='1-1', hint='Your recipients won’t 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.subject, width='1-1', highlight_tags=True, rows=2) }}
|
||||||
{{ textbox(form.template_content, highlight_tags=True, width='1-1', rows=8) }}
|
{{ textbox(form.template_content, highlight_tags=True, width='1-1', rows=8) }}
|
||||||
{% if current_user.platform_admin %}
|
{% if current_user.platform_admin %}
|
||||||
|
|||||||
Reference in New Issue
Block a user