From 5898ee67e3a930914e662ad47b49f9b5eb8cc7a1 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 1 Aug 2014 21:32:49 +0200 Subject: [PATCH] fix --- 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 da0407d1..2c6e73b3 100644 --- a/teleforma/exam/templates/exam/quotas.html +++ b/teleforma/exam/templates/exam/quotas.html @@ -21,8 +21,8 @@ {% trans "Course"%} {% trans "date start"%} {% trans "date end"%} - {% trans "Value"%} {% trans "Marked"%} + {% trans "Value"%} {% trans "Level"%} (%) @@ -33,8 +33,8 @@ {{ quota.course.title }} {{ quota.date_start }} {{ quota.date_end }} - {{ quota.value }} {{ quota.count }} + {{ quota.value }} {{ quota.level|floatformat }} {% endfor %} -- 2.39.5