changeset 3269:1352564e0202

core (constants): added `theme` key
author Goffi <goffi@goffi.org>
date Mon, 18 May 2020 23:30:55 +0200
parents 85c9cfcd4f5e
children 0c3b7ee2628f
files sat/core/constants.py
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sat/core/constants.py	Sun May 03 17:01:39 2020 +0200
+++ b/sat/core/constants.py	Mon May 18 23:30:55 2020 +0200
@@ -189,7 +189,9 @@
     TEMPLATE_TPL_DIR = "templates"
     TEMPLATE_THEME_DEFAULT = "default"
     TEMPLATE_STATIC_DIR = "static"
-    KEY_LANG = "lang"  # templates i18n
+    # templates i18n
+    KEY_LANG = "lang"
+    KEY_THEME = "theme"
 
     ## Plugins ##