From: Guillaume Pellerin Date: Wed, 9 Dec 2015 17:09:27 +0000 (+0100) Subject: fix block X-Git-Tag: 2.8.1-pro~268 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f8bf41c67df92a509c8efa87781584cd2f8f9893;p=teleforma.git fix block --- 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 %}