From: Guillaume Pellerin Date: Fri, 1 Aug 2014 19:32:05 +0000 (+0200) Subject: order X-Git-Tag: 1.1~323 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ced3600871dc7f3c84bd38efb1a0d9548a69fb37;p=teleforma.git order --- diff --git a/teleforma/exam/templates/exam/quotas.html b/teleforma/exam/templates/exam/quotas.html index deee469e..da0407d1 100644 --- a/teleforma/exam/templates/exam/quotas.html +++ b/teleforma/exam/templates/exam/quotas.html @@ -22,8 +22,8 @@ {% trans "date start"%} {% trans "date end"%} {% trans "Value"%} - {% trans "Level"%} (%) {% trans "Marked"%} + {% trans "Level"%} (%) @@ -34,8 +34,8 @@ {{ quota.date_start }} {{ quota.date_end }} {{ quota.value }} - {{ quota.level|floatformat }} {{ quota.count }} + {{ quota.level|floatformat }} {% endfor %}