From 20fde7aaeee01bc4e08024d123013e74a2be6c90 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 9 Dec 2015 18:14:06 +0100 Subject: [PATCH] fix content --- teleforma/templates/quiz/question.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/templates/quiz/question.html b/teleforma/templates/quiz/question.html index 7e11454a..14b209c1 100644 --- a/teleforma/templates/quiz/question.html +++ b/teleforma/templates/quiz/question.html @@ -6,7 +6,7 @@ {% block title %} {{ quiz.title }} {% endblock %} {% block description %} {{ quiz.title }} - {{ quiz.description }} {% endblock %} -{% block content %} +{% block course_content %} {% if previous.answers %} -- 2.39.5