mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Rename form class
It’s not just feedback now. Support is what we’re calling the whole feature.
This commit is contained in:
@@ -403,7 +403,7 @@ class SupportType(Form):
|
||||
)
|
||||
|
||||
|
||||
class Feedback(Form):
|
||||
class Support(Form):
|
||||
name = StringField('Name')
|
||||
email_address = StringField('Email address')
|
||||
feedback = TextAreaField('Your message', validators=[DataRequired(message="Can’t be empty")])
|
||||
|
||||
Reference in New Issue
Block a user