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

Add newer nlp version

parent 683bf937
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,8 @@ class AddNLPJobForm(FlaskForm):
submit = SubmitField()
title = StringField('Title', validators=[DataRequired(), Length(1, 32)])
version = SelectField('Version',
choices=[('2.1.0', 'Latest (2.1.0)'),
choices=[('2.2.0', 'Latest (2.2.0)'),
('2.2.0', '2.2.0'),
('2.1.0', '2.1.0')],
validators=[DataRequired()])
......
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