From 182d69e36c56b3bc30b2fab9e478679d97352204 Mon Sep 17 00:00:00 2001 From: Diana Huang Date: Thu, 2 May 2013 17:21:49 -0400 Subject: [PATCH] Add cookie name to the cms settings so we don't error out while looking for it --- cms/envs/common.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cms/envs/common.py b/cms/envs/common.py index 8effc773e0..b67c6d7402 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -264,3 +264,7 @@ INSTALLED_APPS = ( 'staticfiles', 'static_replace', ) + +################# EDX MARKETING SITE ################################## + +EDXMKTG_COOKIE_NAME = 'edxloggedin'