From eaa8876f4e8dcf8d3fa7e330c7d46de4a0ecb708 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Mon, 18 Oct 2021 13:13:19 +0530 Subject: [PATCH] fix: made quotes same throughout file --- community/lms/widgets/CourseCard.html | 2 +- community/www/courses/course.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/community/lms/widgets/CourseCard.html b/community/lms/widgets/CourseCard.html index 9ba8f5d2..0ae258c9 100644 --- a/community/lms/widgets/CourseCard.html +++ b/community/lms/widgets/CourseCard.html @@ -57,7 +57,7 @@ {% if avg_rating %} - {{ frappe.utils.flt(avg_rating, frappe.get_system_settings('float_precision') or 3) }} + {{ frappe.utils.flt(avg_rating, frappe.get_system_settings("float_precision") or 3) }} {% endif %} diff --git a/community/www/courses/course.html b/community/www/courses/course.html index 67e22327..9bb06343 100644 --- a/community/www/courses/course.html +++ b/community/www/courses/course.html @@ -201,7 +201,7 @@ {% if avg_rating %}
- {{ frappe.utils.flt(avg_rating, frappe.get_system_settings('float_precision') or 3) }} Rating + {{ frappe.utils.flt(avg_rating, frappe.get_system_settings("float_precision") or 3) }} Rating
{% endif %}