]> git.parisson.com Git - teleforma.git/commitdiff
fix
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 1 Aug 2014 19:32:49 +0000 (21:32 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 1 Aug 2014 19:32:49 +0000 (21:32 +0200)
teleforma/exam/templates/exam/quotas.html

index da0407d16fba61142029375bf36b773e52340497..2c6e73b3c400c14ee1f1f6bbc67329e561057368 100644 (file)
@@ -21,8 +21,8 @@
     <th>{% trans "Course"%}</th>
     <th>{% trans "date start"%}</th>
     <th>{% trans "date end"%}</th>
-    <th>{% trans "Value"%}</th>
     <th>{% trans "Marked"%}</th>
+    <th>{% trans "Value"%}</th>
     <th>{% trans "Level"%} (%)</th>
     </tr>
     </thead>
@@ -33,8 +33,8 @@
      <td>{{ quota.course.title }}</td>
      <td>{{ quota.date_start }}</td>
      <td>{{ quota.date_end }}</td>
-     <td>{{ quota.value }}</td>
      <td>{{ quota.count }}</td>
+     <td>{{ quota.value }}</td>
      <td>{{ quota.level|floatformat }}</td>
     </tr>
     {% endfor %}