Explain contact details changes apply all letters

This is different to how editing most parts of a letter works, so we
should make it explicit.
This commit is contained in:
Chris Hill-Scott
2017-04-03 10:46:21 +01:00
parent 1f278bdd07
commit 2f900d55c5
2 changed files with 2 additions and 3 deletions

View File

@@ -502,9 +502,7 @@ class ServiceSmsSender(Form):
class ServiceLetterContactBlock(Form):
letter_contact_block = TextAreaField(
'How should users contact you?'
)
letter_contact_block = TextAreaField()
def validate_letter_contact_block(form, field):
line_count = field.data.strip().count('\n')