mirror of
https://github.com/frappe/lms.git
synced 2026-05-02 13:39:31 +03:00
fix: exercise conflict and progress member
This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@ def quiz_renderer(quiz_name):
|
||||
|
||||
|
||||
def exercise_renderer(argument):
|
||||
exercise = frappe.get_doc("Exercise", argument)
|
||||
exercise = frappe.get_doc("LMS Exercise", argument)
|
||||
context = dict(exercise=exercise)
|
||||
return frappe.render_template("templates/exercise.html", context)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user