Use GovukTextInputField in RenameServiceForm

Includes changes to templates that use this form
and associated tests.
This commit is contained in:
Tom Byers
2020-07-14 16:51:11 +01:00
parent 57d5f31be4
commit 87beaf49ae
4 changed files with 4 additions and 6 deletions

View File

@@ -923,7 +923,7 @@ class TextNotReceivedForm(StripWhitespaceForm):
class RenameServiceForm(StripWhitespaceForm):
name = StringField(
name = GovukTextInputField(
u'Service name',
validators=[
DataRequired(message='Cannot be empty'),