fix: course card template icon and translation
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<div>
|
||||
<h2 class="section-title">{{ title }}</h2>
|
||||
{% include "public/icons/symbol-defs.svg" %}
|
||||
<h2 class="section-title">{{ _(title) }}</h2>
|
||||
<div class="cards-parent mt-10">
|
||||
{% for course_row in courses %}
|
||||
{% set course = frappe.db.get_value("LMS Course", course_row.course,
|
||||
|
||||
Reference in New Issue
Block a user