Update fields on ServiceLetterBrandingDetails

Changes its StringField to GovukTextInputField.

Includes changes to templates that use this form
and associated tests.
This commit is contained in:
Tom Byers
2020-08-07 14:06:51 +01:00
parent 852ef61aad
commit 3f7142b3e2
3 changed files with 13 additions and 11 deletions

View File

@@ -1695,7 +1695,7 @@ class SVGFileUpload(StripWhitespaceForm):
class ServiceLetterBrandingDetails(StripWhitespaceForm):
name = StringField('Name of brand', validators=[DataRequired()])
name = GovukTextInputField('Name of brand', validators=[DataRequired()])
class PDFUploadForm(StripWhitespaceForm):