diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html index d23609801f..25a437395c 100644 --- a/lms/templates/dashboard.html +++ b/lms/templates/dashboard.html @@ -326,7 +326,11 @@ % else:

Looks like you haven't registered for any courses yet.

- Find courses now! + % if settings.MITX_FEATURES.get('ENABLE_MKTG_SITE'): + Find courses now! + %else: + Find courses now! + %endif
% endif diff --git a/lms/templates/footer.html b/lms/templates/footer.html index 642f0cfe01..b7351a9c15 100644 --- a/lms/templates/footer.html +++ b/lms/templates/footer.html @@ -6,6 +6,25 @@ - \ No newline at end of file + diff --git a/lms/templates/login.html b/lms/templates/login.html index 2e0281f4f6..b869d356fe 100644 --- a/lms/templates/login.html +++ b/lms/templates/login.html @@ -147,10 +147,10 @@

Not Enrolled?

-

Sign up for edX today!

+

Sign up for edX today!

Need Help?

-

Looking for help in logging in or with your edX account? View our help section for answers to commonly asked questions

+

Looking for help in logging in or with your edX account? View our help section for answers to commonly asked questions

diff --git a/lms/templates/navigation.html b/lms/templates/navigation.html index ee51a5ff98..57d6b8e19f 100644 --- a/lms/templates/navigation.html +++ b/lms/templates/navigation.html @@ -38,7 +38,15 @@ site_status_msg = get_site_status_msg(course_id)
% endif