From f8bf41c67df92a509c8efa87781584cd2f8f9893 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 9 Dec 2015 18:09:27 +0100 Subject: [PATCH] fix block --- teleforma/templates/quiz/base.html | 3 +++ teleforma/templates/quiz/quiz/quiz_list.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/teleforma/templates/quiz/base.html b/teleforma/templates/quiz/base.html index 65f104ea..3727fd2d 100644 --- a/teleforma/templates/quiz/base.html +++ b/teleforma/templates/quiz/base.html @@ -9,3 +9,6 @@ {% block course_content %} {% endblock course_content %} + +{% block progress %} +{% endblock progress %} diff --git a/teleforma/templates/quiz/quiz/quiz_list.html b/teleforma/templates/quiz/quiz/quiz_list.html index 0b163759..d556f611 100644 --- a/teleforma/templates/quiz/quiz/quiz_list.html +++ b/teleforma/templates/quiz/quiz/quiz_list.html @@ -1,4 +1,4 @@ -{% extends 'teleforma/base.html' %} +{% extends 'quiz/base.html' %} {% load i18n %} {% block title %}{% trans "All Quizzes" %}{% endblock %} -- 2.39.5