From 29798e4634927ca590a9ec05620c8d6e6d136057 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 10 Dec 2015 14:53:36 +0100 Subject: [PATCH] bugfix --- teleforma/templates/quiz/question.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/teleforma/templates/quiz/question.html b/teleforma/templates/quiz/question.html index b5064860..47815ab2 100644 --- a/teleforma/templates/quiz/question.html +++ b/teleforma/templates/quiz/question.html @@ -89,6 +89,8 @@ {% block result %} {% endblock result %} +{% endblock %} + {% block progress %}

status {% trans "Progressions" %}

@@ -101,7 +103,7 @@
  • {% trans "Seminar" %} : {{ seminar_progress }}%
  • -
  • {% trans "Answer" %} : {{ seminar_progress }}% +
  • {% trans "Answer" %} : {{ progress }}%
  • @@ -111,6 +113,3 @@
    {% endblock progress %} - - -{% endblock %} -- 2.39.5