From ced3600871dc7f3c84bd38efb1a0d9548a69fb37 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 1 Aug 2014 21:32:05 +0200 Subject: [PATCH] order --- teleforma/exam/templates/exam/quotas.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %} -- 2.39.5