From c758291ebd15fbd2479c011c46d2f6a3c71a9b43 Mon Sep 17 00:00:00 2001 From: Muhammad Adeel Tajamul <77053848+muhammadadeeltajamul@users.noreply.github.com> Date: Wed, 12 Oct 2022 12:00:32 +0500 Subject: [PATCH] fix: removed switch experience bar from legacy (#31138) Co-authored-by: adeel.tajamul --- .../discussion/discussion_board_fragment.html | 1 - .../_switch_experience_fragment.html | 74 ------------------- 2 files changed, 75 deletions(-) delete mode 100644 lms/templates/discussion/_switch_experience_fragment.html diff --git a/lms/djangoapps/discussion/templates/discussion/discussion_board_fragment.html b/lms/djangoapps/discussion/templates/discussion/discussion_board_fragment.html index a99739f07c..be7bce1733 100644 --- a/lms/djangoapps/discussion/templates/discussion/discussion_board_fragment.html +++ b/lms/djangoapps/discussion/templates/discussion/discussion_board_fragment.html @@ -23,7 +23,6 @@ from openedx.core.djangolib.markup import HTML data-sort-preference="${sort_preference}" data-flag-moderator="${json.dumps(flag_moderator)}" data-user-group-id="${user_group_id}"> - <%include file="_switch_experience_fragment.html" />