From 14fdc28daa00d07d9176c9dbd85b6a2d7ca3e473 Mon Sep 17 00:00:00 2001 From: Zainab Amir Date: Thu, 25 Apr 2019 16:13:51 +0500 Subject: [PATCH] Fix search to show courses one time The course_listing.js view injects courses for search in ul element containing class courses-listing. Removing this class from journal and journal bundles will solve the problem LEARNER-7210 --- lms/templates/courses_list.html | 4 ++-- lms/templates/courseware/courses.html | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/lms/templates/courses_list.html b/lms/templates/courses_list.html index f6448050aa..5eeaeca2bb 100644 --- a/lms/templates/courses_list.html +++ b/lms/templates/courses_list.html @@ -7,14 +7,14 @@ % if settings.FEATURES.get('COURSES_ARE_BROWSABLE'):
-