Rename form class

It’s not just feedback now. Support is what we’re calling the whole
feature.
This commit is contained in:
Chris Hill-Scott
2016-12-12 11:35:23 +00:00
parent 8d7869ee54
commit a43112db88
2 changed files with 3 additions and 3 deletions

View File

@@ -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="Cant be empty")])