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 @@
Looks like you haven't registered for any courses yet.