mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-04-06 01:04:22 +00:00
Fix typo
This commit is contained in:
parent
f8524be488
commit
4a8696cf16
@ -11,7 +11,7 @@ class AddCorpusFileForm(FlaskForm):
|
|||||||
chapter = StringField('Chapter', validators=[Length(0, 255)])
|
chapter = StringField('Chapter', validators=[Length(0, 255)])
|
||||||
editor = StringField('Editor', validators=[Length(0, 255)])
|
editor = StringField('Editor', validators=[Length(0, 255)])
|
||||||
file = FileField('File', validators=[DataRequired()])
|
file = FileField('File', validators=[DataRequired()])
|
||||||
institution = StringField('institution', validators=[Length(0, 255)])
|
institution = StringField('Institution', validators=[Length(0, 255)])
|
||||||
journal = StringField('Journal', validators=[Length(0, 255)])
|
journal = StringField('Journal', validators=[Length(0, 255)])
|
||||||
pages = StringField('Pages', validators=[Length(0, 255)])
|
pages = StringField('Pages', validators=[Length(0, 255)])
|
||||||
publisher = StringField('Publisher', validators=[Length(0, 255)])
|
publisher = StringField('Publisher', validators=[Length(0, 255)])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user