From f772d670200067e67588f061ec6627cb8d3a31cf Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 9 Dec 2015 18:46:03 +0100 Subject: [PATCH] fix content --- teleforma/templates/quiz/base.html | 1 + teleforma/templates/quiz/result.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/teleforma/templates/quiz/base.html b/teleforma/templates/quiz/base.html index 3727fd2d..69e00c84 100644 --- a/teleforma/templates/quiz/base.html +++ b/teleforma/templates/quiz/base.html @@ -12,3 +12,4 @@ {% block progress %} {% endblock progress %} + diff --git a/teleforma/templates/quiz/result.html b/teleforma/templates/quiz/result.html index 8e74bf9a..4617db10 100644 --- a/teleforma/templates/quiz/result.html +++ b/teleforma/templates/quiz/result.html @@ -6,7 +6,7 @@ {% block title %} {{ quiz.title}} {% endblock %} {% block description %} {% trans "Exam Results for" %} {{ quiz.title }} {% endblock %} -{% block content %} +{% block course_content %} {% if previous.answers %} -- 2.39.5