summaryrefslogtreecommitdiff
path: root/templates/exam/question.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/exam/question.html')
-rw-r--r--templates/exam/question.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/exam/question.html b/templates/exam/question.html
index dec476e..f4d3f67 100644
--- a/templates/exam/question.html
+++ b/templates/exam/question.html
@@ -50,7 +50,7 @@ function update_time()
{% block content %}
<h3> {{ question.summary }} </h3>
-<p>{{ question.description }}
+<p>{{ question.description|safe }}
<br/>
(Marks: {{ question.points }}) </p>