Skip to content

Commit 022fef1

Browse files
committed
fixup! feat: remove ENABLE_MKTG_SITE setting and simplify marketing URL resolution
1 parent 76867b1 commit 022fef1

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs/docs_settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
# Settings that will fail if we enable them, and we don't need them for docs anyway.
3030
FEATURES["RUN_AS_ANALYTICS_SERVER_ENABLED"] = False # noqa: F405
3131
FEATURES["ENABLE_SOFTWARE_SECURE_FAKE"] = False # noqa: F405
32-
FEATURES["ENABLE_MKTG_SITE"] = False # noqa: F405
3332

3433
INSTALLED_APPS.extend( # noqa: F405
3534
[

lms/envs/common.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,8 @@
391391
# .. toggle_name: settings.ENABLE_COURSE_HOME_REDIRECT
392392
# .. toggle_implementation: DjangoSetting
393393
# .. toggle_default: True
394-
# .. toggle_description: When enabled, along with the ENABLE_MKTG_SITE feature toggle, users who attempt to access a
395-
# course "about" page will be redirected to the course home url.
394+
# .. toggle_description: When enabled, users who attempt to access a course "about" page will be redirected to the
395+
# course home url.
396396
# .. toggle_use_cases: open_edx
397397
# .. toggle_creation_date: 2019-01-15
398398
# .. toggle_tickets: https://github.com/openedx/edx-platform/pull/19604

0 commit comments

Comments
 (0)