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

index deee469e59e13b97b47fbee009e57557edad3fab..da0407d16fba61142029375bf36b773e52340497 100644 (file)
@@ -22,8 +22,8 @@
     <th>{% trans "date start"%}</th>
     <th>{% trans "date end"%}</th>
     <th>{% trans "Value"%}</th>
-    <th>{% trans "Level"%} (%)</th>
     <th>{% trans "Marked"%}</th>
+    <th>{% trans "Level"%} (%)</th>
     </tr>
     </thead>
     <tbody id="spacing" class="script-list">
@@ -34,8 +34,8 @@
      <td>{{ quota.date_start }}</td>
      <td>{{ quota.date_end }}</td>
      <td>{{ quota.value }}</td>
-     <td>{{ quota.level|floatformat }}</td>
      <td>{{ quota.count }}</td>
+     <td>{{ quota.level|floatformat }}</td>
     </tr>
     {% endfor %}
     </tbody>