diff --git a/themes/edx.org/lms/templates/dashboard.html b/themes/edx.org/lms/templates/dashboard.html index 96376da425..13494aac14 100644 --- a/themes/edx.org/lms/templates/dashboard.html +++ b/themes/edx.org/lms/templates/dashboard.html @@ -75,6 +75,12 @@ from openedx.core.djangoapps.theming import helpers as theming_helpers ${enrollment_message | n, decode.utf8} %endif + + %if enterprise_message: +
+ ${ enterprise_message | n, decode.utf8 } +
+ %endif