From 52f4cbe59084dd6fb8bef7118104c426b5f93337 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 17 Jan 2014 18:19:54 +0000 Subject: [PATCH] See if this gets rid of the identica share button. --- roles/ask/templates/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/ask/templates/settings.py b/roles/ask/templates/settings.py index 058e2b9a16..46753ccc08 100644 --- a/roles/ask/templates/settings.py +++ b/roles/ask/templates/settings.py @@ -350,3 +350,4 @@ JINJA2_EXTENSIONS = ('compressor.contrib.jinja2ext.CompressorExtension',) SOUTH_TESTS_MIGRATE = False VERIFIER_EXPIRE_DAYS = 3 +ENABLE_SHARING_IDENTICA = False