fix button color for non-standard themes
[redakcja.git] / redakcja / settings / common.py
index a7fcf83..7b32ba6 100644 (file)
@@ -138,6 +138,8 @@ WL_API_CONFIG = {
     "AUTH_PASSWD": "platforma",
 }
 
+SHOW_APP_VERSION = False
+
 try:
     from redakcja.settings.compress import *
 except ImportError: