summaryrefslogtreecommitdiff
path: root/forums
diff options
context:
space:
mode:
Diffstat (limited to 'forums')
-rw-r--r--forums/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/forums/settings.py b/forums/settings.py
index 63ec9c5..0ea0b28 100644
--- a/forums/settings.py
+++ b/forums/settings.py
@@ -181,7 +181,7 @@ TEMPLATE_CONTEXT_PROCESSORS += (
COMPRESS_ROOT = PROJECT_DIR + "/static/"
COMPRESS_ENABLED = True # disable in production Env
-HTML_MINIFY = True # disable in production Env
+HTML_MINIFY = True # disable in production Env
HTML_MINIFY = HTML_MINIFY
RECAPTCHA_PUBLIC_KEY = '6LemngMTAAAAAAC0Fkv0CQcavkTIIJ3LTDzi9gMq'