]> git.parisson.com Git - teleforma.git/commitdiff
invert written and oral spec in user list
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 10 Mar 2014 11:03:59 +0000 (12:03 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 10 Mar 2014 11:03:59 +0000 (12:03 +0100)
teleforma/templates/telemeta/inc/user_list.html

index b9ea6323e78e65a632cf4631f21d52da0c5d0037..e0036fa7724ff26a0bcfca8d205ca2732bff2b37 100644 (file)
@@ -21,8 +21,8 @@
     <th>{% trans "IEJ"%}</th>
     <th>{% trans "Trainings"%}</th>
     <th>{% trans "Procedure"%}</th>
-    <th>{% trans "Oral spe"%}</th>
     <th>{% trans "Written spe"%}</th>
+    <th>{% trans "Oral spe"%}</th>
     <th>{% trans "Oral 1"%}</th>
     <th>{% trans "Oral 2"%}</th>
     <th>{% trans "Write"%}</th>
@@ -39,8 +39,8 @@
         <td>{{ student.iej.name }}</td>
         <td>{% for training in student.trainings.all %}{{ training }} {% endfor %}</td>
         <td>{{ student.procedure.code }}</td>
-        <td>{{ student.oral_speciality.code }}</td>
         <td>{{ student.written_speciality.code }}</td>
+        <td>{{ student.oral_speciality.code }}</td>
         <td>{{ student.oral_1.code }}</td>
         <td>{{ student.oral_2.code }}</td>
      {% endwith %}