Add Studio note about mktg site delay

Add a note when marketing site is enabled that there is a delay
from changes in Studio appearing on the marketing site.

DISCO-1356
This commit is contained in:
Michael Terry
2019-09-18 16:12:37 -04:00
parent 6ee4cbd94e
commit 1f024c406b
3 changed files with 12 additions and 2 deletions

View File

@@ -285,6 +285,7 @@ class CourseDetailsViewTest(CourseTestCase, MilestonesTestCaseMixin):
with mock.patch.dict('django.conf.settings.FEATURES', {
'ENABLE_PUBLISHER': True,
'ENABLE_MKTG_SITE': True,
'ENTRANCE_EXAMS': False,
'ENABLE_PREREQUISITE_COURSES': False
}):