mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-28 11:49:13 -04:00
Use GovukTextInputField in RenameServiceForm
Includes changes to templates that use this form and associated tests.
This commit is contained in:
@@ -923,7 +923,7 @@ class TextNotReceivedForm(StripWhitespaceForm):
|
||||
|
||||
|
||||
class RenameServiceForm(StripWhitespaceForm):
|
||||
name = StringField(
|
||||
name = GovukTextInputField(
|
||||
u'Service name',
|
||||
validators=[
|
||||
DataRequired(message='Cannot be empty'),
|
||||
|
||||
Reference in New Issue
Block a user