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