mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
Remove old version
This commit is contained in:
parent
ed0ec31246
commit
e2dada4dc9
@ -23,8 +23,7 @@ class AddNLPJobForm(FlaskForm):
|
||||
title = StringField('Title', validators=[DataRequired(), Length(1, 32)])
|
||||
version = SelectField('Version',
|
||||
choices=[('2.2.0', 'Latest (2.2.0)'),
|
||||
('2.2.0', '2.2.0'),
|
||||
('2.1.0', '2.1.0')],
|
||||
('2.2.0', '2.2.0')],
|
||||
validators=[DataRequired()])
|
||||
|
||||
def validate_files(form, field):
|
||||
|
Loading…
Reference in New Issue
Block a user