feat: show exercise index in the title

Show exercise as "Exercise 2.1: Draw a Circle".
This commit is contained in:
Anand Chitipothu
2021-06-01 05:49:45 +05:30
parent b9a93bb160
commit a12a52747e
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{% from "www/macros/livecode.html" import LiveCodeEditorJS, LiveCodeEditor with context %}
<div class="exercise">
<h2>{{ exercise.title }}</h2>
<h2>Exercise {{exercise.index_label}}: {{ exercise.title }}</h2>
<div class="exercise-description">{{frappe.utils.md_to_html(exercise.description)}}</div>
{% if exercise.image %}