From 2670ef89672777bcfda9e8e97e8a976d53dd1a1f Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Mon, 23 Jan 2017 16:15:33 +0530 Subject: Minor fixes to instruction field rendering --- yaksh/templates/yaksh/quizzes_user.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'yaksh/templates') diff --git a/yaksh/templates/yaksh/quizzes_user.html b/yaksh/templates/yaksh/quizzes_user.html index 46d6663..63f22a1 100644 --- a/yaksh/templates/yaksh/quizzes_user.html +++ b/yaksh/templates/yaksh/quizzes_user.html @@ -61,6 +61,7 @@ {% endif %} + {% if course.instructions %}
@@ -70,11 +71,12 @@
-
{{ course.instructions }}
+
{{ course.instructions|safe }}
+ {% endif %}
-- cgit