mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development
This commit is contained in:
		@@ -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">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user