Add cookie name to the cms settings so we don't error out
while looking for it
This commit is contained in:
@@ -264,3 +264,7 @@ INSTALLED_APPS = (
|
||||
'staticfiles',
|
||||
'static_replace',
|
||||
)
|
||||
|
||||
################# EDX MARKETING SITE ##################################
|
||||
|
||||
EDXMKTG_COOKIE_NAME = 'edxloggedin'
|
||||
|
||||
Reference in New Issue
Block a user