diff --git a/lms/templates/dates_banner.html b/lms/templates/dates_banner.html index 25f4a14735..34c382711d 100644 --- a/lms/templates/dates_banner.html +++ b/lms/templates/dates_banner.html @@ -9,13 +9,13 @@ from course_modes.models import CourseMode %> <% -additional_styling_class = 'on-mobile' if is_mobile_app else 'has-button' +additional_styling_class = 'on-mobile' if is_mobile_app and not is_learning_mfe else 'has-button' %> <%def name="reset_dates_banner()">
%def> <%def name="upgrade_to_reset_banner()">