From 4e9f72cf1a4a4c238b14607a7512ab5a4ec04942 Mon Sep 17 00:00:00 2001 From: Cody Heimberger Date: Thu, 31 Jul 2014 08:46:31 -0600 Subject: [PATCH] fixed invalid html in question.html template --- quiz/templates/question.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quiz/templates/question.html b/quiz/templates/question.html index 73425a7..65e0a80 100644 --- a/quiz/templates/question.html +++ b/quiz/templates/question.html @@ -49,7 +49,7 @@

{{ question.content }}

{% if question.figure %} - + {% endif %}
{% csrf_token %} -- 2.39.5