Skip to content
Snippets Groups Projects
Commit 8fb52fcd authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Remove default values.

parent 217a5a9e
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ class AddCorpusFileForm(FlaskForm):
class CreateCorpusForm(FlaskForm):
description = StringField('Description',
validators=[DataRequired(), Length(1, 64)])
submit = SubmitField('Create corpus')
submit = SubmitField()
title = StringField('Title', validators=[DataRequired(), Length(1, 32)])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment