From: Guillaume Pellerin Date: Thu, 10 Dec 2015 13:53:36 +0000 (+0100) Subject: bugfix X-Git-Tag: 2.8.1-pro~262 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=29798e4634927ca590a9ec05620c8d6e6d136057;p=teleforma.git bugfix --- 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 %}