From 8294aeeb62807f00442dce8a51b983249f037def Mon Sep 17 00:00:00 2001 From: Jesse Shapiro Date: Wed, 29 Mar 2017 12:34:36 -0400 Subject: [PATCH] Add enterprise message to dashboard in edx.org theme --- themes/edx.org/lms/templates/dashboard.html | 6 ++++++ 1 file changed, 6 insertions(+) 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