]> git.parisson.com Git - teleforma.git/commitdiff
fix block
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 9 Dec 2015 17:09:27 +0000 (18:09 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 9 Dec 2015 17:09:27 +0000 (18:09 +0100)
teleforma/templates/quiz/base.html
teleforma/templates/quiz/quiz/quiz_list.html

index 65f104ea99dc0784b70907e7f25299c9d325309b..3727fd2d4b8a0b334293c755065b17ab5c720c67 100644 (file)
@@ -9,3 +9,6 @@
 
 {% block course_content %}
 {% endblock course_content %}
+
+{% block progress %}
+{% endblock progress %}
index 0b16375917fc3f466eb07ab4d2dc75d8ce979314..d556f611e70feac6eb08064b29fe7770f41d5879 100644 (file)
@@ -1,4 +1,4 @@
-{% extends 'teleforma/base.html' %}
+{% extends 'quiz/base.html' %}
 {% load i18n %}
 {% block title %}{% trans "All Quizzes" %}{% endblock %}