Fixed #621: theme management in admin, highlight noncanon themes
[redakcja.git] / redakcja / settings / common.py
index 9689f72..7b32ba6 100644 (file)
@@ -67,7 +67,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
     "django.core.context_processors.auth",
     "django.core.context_processors.debug",
     "django.core.context_processors.i18n",
-    "redakcja.context_processors.settings", # this is instead of media 
+    "redakcja.context_processors.settings", # this is instead of media
     "django.core.context_processors.request",
 )
 
@@ -138,6 +138,8 @@ WL_API_CONFIG = {
     "AUTH_PASSWD": "platforma",
 }
 
+SHOW_APP_VERSION = False
+
 try:
     from redakcja.settings.compress import *
 except ImportError: