Skip to content

Instantly share code, notes, and snippets.

@Porter97
Last active February 10, 2020 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Porter97/44f87af0ccf9c6389f79ce9dace4046d to your computer and use it in GitHub Desktop.
Save Porter97/44f87af0ccf9c6389f79ce9dace4046d to your computer and use it in GitHub Desktop.
#...
class CollectionForm(FlaskForm):
name = StringField(label='Name', validators=[DataRequired()])
description = StringField(label='Description', validators=[DataRequired()])
submit = SubmitField('Submit')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment