Add hint to letter contact details input

Important for users to know about this limit.

Think it got dropped in all the merging somewhere.
This commit is contained in:
Chris Hill-Scott
2017-03-06 11:25:55 +00:00
parent f54689a2b7
commit b669e55dba

View File

@@ -15,6 +15,7 @@
<form method="post" class="column-half">
{{ textbox(
form.letter_contact_block,
hint='10 lines maximum',
width='1-1',
rows=10
) }}