mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development
This commit is contained in:
commit
d6fdf69e81
@ -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):
|
||||
|
@ -171,7 +171,7 @@
|
||||
<span class="card-title">Page rotation (N.a.)</span>
|
||||
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempora invidunt ut</p>
|
||||
<p class="range-field">
|
||||
<input type="range" id="page-split" min="0" max="360" value="0">
|
||||
<input type="range" id="page-rotation" min="0" max="360" value="0">
|
||||
</p>
|
||||
</div>
|
||||
<div class="col s3">
|
||||
|
Loading…
Reference in New Issue
Block a user