summaryrefslogtreecommitdiffstats
path: root/askbot/setup_templates/settings.py.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/setup_templates/settings.py.mustache')
-rw-r--r--askbot/setup_templates/settings.py.mustache1
1 files changed, 1 insertions, 0 deletions
diff --git a/askbot/setup_templates/settings.py.mustache b/askbot/setup_templates/settings.py.mustache
index afd752fa..f3c0a35b 100644
--- a/askbot/setup_templates/settings.py.mustache
+++ b/askbot/setup_templates/settings.py.mustache
@@ -303,4 +303,5 @@ if 'ASKBOT_CSS_DEVEL' in locals() and ASKBOT_CSS_DEVEL == True:
)
COMPRESS_JS_FILTERS = []
+COMPRESS_PARSER = 'compressor.parser.HtmlParser'
JINJA2_EXTENSIONS = ('compressor.contrib.jinja2ext.CompressorExtension',)