From b669e55dba06d1fb3470d9b482130f3c64be3840 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 6 Mar 2017 11:25:55 +0000 Subject: [PATCH] Add hint to letter contact details input Important for users to know about this limit. Think it got dropped in all the merging somewhere. --- .../views/service-settings/set-letter-contact-block.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/templates/views/service-settings/set-letter-contact-block.html b/app/templates/views/service-settings/set-letter-contact-block.html index 1a4a5bb9b..283f19867 100644 --- a/app/templates/views/service-settings/set-letter-contact-block.html +++ b/app/templates/views/service-settings/set-letter-contact-block.html @@ -15,6 +15,7 @@
{{ textbox( form.letter_contact_block, + hint='10 lines maximum', width='1-1', rows=10 ) }}