From 39aa1d443df846f32ddf602895f6e4baff1ee8b0 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Mon, 19 Feb 2024 17:07:22 +0530 Subject: [PATCH] fix: removed unnecessary start learning buttons --- lms/lms/widgets/NoPreviewModal.html | 4 ---- lms/templates/reviews_cta.html | 4 ---- 2 files changed, 8 deletions(-) diff --git a/lms/lms/widgets/NoPreviewModal.html b/lms/lms/widgets/NoPreviewModal.html index c6f06aa5..a82fded4 100644 --- a/lms/lms/widgets/NoPreviewModal.html +++ b/lms/lms/widgets/NoPreviewModal.html @@ -29,10 +29,6 @@ - {% elif show_start_learing_cta(course, membership) %} - {% endif %} {% endif %} diff --git a/lms/templates/reviews_cta.html b/lms/templates/reviews_cta.html index dfb06f44..85def038 100644 --- a/lms/templates/reviews_cta.html +++ b/lms/templates/reviews_cta.html @@ -6,8 +6,4 @@ {{ _("Write a review") }} -{% elif show_start_learing_cta(course, membership) %} -
- {{ _("Start Learning") }} -
{% endif %}