From cd90b45b19aa51041d0fb0715735ad0afc9ed0c3 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 9 Apr 2014 20:10:26 +0000 Subject: [PATCH] I should really get soom sleep sometime. --- roles/ask/templates/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ask/templates/settings.py b/roles/ask/templates/settings.py index 60507828a3..88aeb50309 100644 --- a/roles/ask/templates/settings.py +++ b/roles/ask/templates/settings.py @@ -92,7 +92,7 @@ STATIC_ROOT = '/var/www/html/askbot/static' ADMIN_MEDIA_PREFIX = STATIC_URL + 'admin/' # Make up some unique string, and don't share it with anybody. -SECRET_KEY = '{% askbotSecretKeyPassword %}' +SECRET_KEY = '{{ askbotSecretKeyPassword }}' # List of callables that know how to import templates from various sources. TEMPLATE_LOADERS = (