From 9d3d93443f561f6f3c45d351e881e4a3d164bf5f Mon Sep 17 00:00:00 2001 From: Muhammad Kazim Date: Sat, 22 Jun 2024 10:40:35 +0000 Subject: [PATCH] fix linting issues with pre-commit --- .../recently_published_courses.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/lms/web_template/recently_published_courses/recently_published_courses.html b/lms/lms/web_template/recently_published_courses/recently_published_courses.html index 14c3494f..448ef3d5 100644 --- a/lms/lms/web_template/recently_published_courses/recently_published_courses.html +++ b/lms/lms/web_template/recently_published_courses/recently_published_courses.html @@ -3,7 +3,7 @@ {% if subtitle %}

{{ _(subtitle) }}

{% endif %} - +
{% set courses = frappe.db.get_list('LMS Course', fields=["name", "short_introduction", "upcoming", "title", "image", "currency", "enable_certification", "paid_course"], order_by="published_on desc", page_length=courses_count) %} @@ -11,7 +11,7 @@ {{ widgets.CourseCard(course=course, read_only=False) }} {% endfor %}
- + {{ _("Explore More") }}