fix: patches
This commit is contained in:
@@ -2,6 +2,7 @@ import frappe
|
||||
|
||||
|
||||
def execute():
|
||||
frappe.reload_doc("lms", "doctype", "lms_batch")
|
||||
batches = frappe.get_all("LMS Batch", pluck="name")
|
||||
|
||||
for batch in batches:
|
||||
|
||||
@@ -2,6 +2,7 @@ import frappe
|
||||
|
||||
|
||||
def execute():
|
||||
frappe.reload_doc("lms", "doctype", "lms_certificate")
|
||||
certificates = frappe.get_all("LMS Certificate", pluck="name")
|
||||
|
||||
for certificate in certificates:
|
||||
|
||||
@@ -46,6 +46,7 @@
|
||||
{{ course }}
|
||||
</div>
|
||||
{% endfor %}
|
||||
<a class="stretched-link" href="/users/{{ participant.username }}"></a>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user