Merge pull request #1933 from edx/diana/drupal/fix-cms-tests

Drupal: Add cookie name to the cms settings so we don't error out while looking for it
This commit is contained in:
Diana Huang
2013-05-03 05:53:44 -07:00

View File

@@ -264,3 +264,7 @@ INSTALLED_APPS = (
'staticfiles',
'static_replace',
)
################# EDX MARKETING SITE ##################################
EDXMKTG_COOKIE_NAME = 'edxloggedin'