mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-25 02:44:18 +00:00
Visual fix
This commit is contained in:
parent
a3c049c4ed
commit
c7f7036306
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user