From bc80c2200d8564f2a381fee1eac3a82a1ae938ef Mon Sep 17 00:00:00 2001 From: Anand Chitipothu Date: Mon, 13 Dec 2021 11:16:56 +0530 Subject: [PATCH] feat: add anchor to exercise to allow linking to an exercise --- school/templates/exercise.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/school/templates/exercise.html b/school/templates/exercise.html index fca923b7..4af77867 100644 --- a/school/templates/exercise.html +++ b/school/templates/exercise.html @@ -1,5 +1,5 @@
-

Exercise {{exercise.index_label}}: {{ exercise.title }}

+

Exercise {{exercise.index_label}}: {{ exercise.title }}

{{frappe.utils.md_to_html(exercise.description)}}
{% set submission = exercise.get_user_submission() %}