Skip to content

Commit 76867b1

Browse files
committed
fixup! feat: remove MKTG_URL_LINK_MAP setting
1 parent 2212c0a commit 76867b1

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

lms/envs/minimal.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ TRACKING_BACKENDS: {}
1515
EVENT_TRACKING_BACKENDS: {}
1616
JWT_AUTH: {}
1717
CELERY_QUEUES: {}
18-
MKTG_URL_LINK_MAP: {}
1918
MKTG_URL_OVERRIDES: {}
2019
REST_FRAMEWORK: {}
2120

lms/envs/mock.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,6 @@ MKTG_URLS:
827827
TOS_AND_HONOR: hello
828828
TRADEMARKS: hello
829829
WHAT_IS_VERIFIED_CERT: hello
830-
MKTG_URL_LINK_MAP: {}
831830
MKTG_URL_OVERRIDES:
832831
course-v1:Org+Course+Run: hello
833832
MOBILE_STORE_URLS:

themes/stanford-style/lms/templates/register-sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h3>${_("Next Steps")}</h3>
2727
<p>${_("You will receive an activation email. You must click on the activation link to complete the process. Don't see the email? Check your spam folder and mark emails from class.stanford.edu as 'not spam', since you'll want to be able to receive email from your courses.")}</p>
2828
</div>
2929

30-
% if settings.MKTG_URL_LINK_MAP.get('FAQ'):
30+
% if is_marketing_link_set('FAQ'):
3131
<div class="cta cta-help">
3232
<h3>${_("Need Help?")}</h3>
3333
<p>${_("Need help in registering with {platform_name}?").format(platform_name=platform_name)}

0 commit comments

Comments
 (0)