# HG changeset patch # User Goffi # Date 1589837455 -7200 # Node ID 1352564e02028bfe93d260d64ad55f9e6d9fa959 # Parent 85c9cfcd4f5e87103aa434d4d17a87e318f39d26 core (constants): added `theme` key diff -r 85c9cfcd4f5e -r 1352564e0202 sat/core/constants.py --- 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 ##