mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 05:29:38 -04:00
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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user