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 %}