Fixed config value for default workflow
This commit is contained in:
parent
ba3c5e07f7
commit
278b33c2d7
@ -151,7 +151,7 @@ def get_config_variables():
|
|||||||
|
|
||||||
yield ConfigVariable(
|
yield ConfigVariable(
|
||||||
name="openslides_theme",
|
name="openslides_theme",
|
||||||
default_value="openslides-default-light",
|
default_value="openslides-default-light-theme",
|
||||||
input_type="choice",
|
input_type="choice",
|
||||||
label="OpenSlides Theme",
|
label="OpenSlides Theme",
|
||||||
choices=(
|
choices=(
|
||||||
|
Loading…
Reference in New Issue
Block a user