mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-03 03:10:33 +00:00
Visual fix
This commit is contained in:
@ -86,7 +86,7 @@ class DisplayOptionsForm(FlaskForm):
|
|||||||
|
|
||||||
class InspectDisplayOptionsForm(FlaskForm):
|
class InspectDisplayOptionsForm(FlaskForm):
|
||||||
expert_mode_inspect = BooleanField('Expert mode')
|
expert_mode_inspect = BooleanField('Expert mode')
|
||||||
highlight_sentences = BooleanField('Highlight sentences')
|
highlight_sentences = BooleanField('Split sentences')
|
||||||
context_sentences = IntegerField('Context sentences',
|
context_sentences = IntegerField('Context sentences',
|
||||||
validators=[NumberRange(min=0, max=10)],
|
validators=[NumberRange(min=0, max=10)],
|
||||||
default=3)
|
default=3)
|
||||||
|
Reference in New Issue
Block a user