diff --git a/lms/templates/discussion/_switch_experience_fragment.html b/lms/templates/discussion/_switch_experience_fragment.html index b5acb9e9c8..c718bed6dc 100644 --- a/lms/templates/discussion/_switch_experience_fragment.html +++ b/lms/templates/discussion/_switch_experience_fragment.html @@ -7,13 +7,21 @@ from django.utils.translation import ugettext as _ %> % if show_banner: -
+
% if show_mfe:
${_("Welcome to the new discussions experience. Please share your feedback.")} - - - +
% else:
@@ -32,3 +40,35 @@ from django.utils.translation import ugettext as _
% endif + +