We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c24c9 commit 516ce41Copy full SHA for 516ce41
1 file changed
survey_dashboard/main.py
@@ -31,7 +31,7 @@
31
32
33
# GLOBAL
34
-LANGUAGE = 'EN' #'DE'
+LANGUAGE = os.environ.get('LANGUAGE_DASHBOARD', 'EN') #'DE'
35
ACCORDION_WIDTH = int(DEFAULT_FIGURE_WIDTH*2) # maybe this can be made dynamic.
36
# This is the only width parameter to which everything streches to
37
0 commit comments