From: Guillaume Pellerin Date: Mon, 10 Mar 2014 11:03:59 +0000 (+0100) Subject: invert written and oral spec in user list X-Git-Tag: 1.1~492 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=76e8ac86ee72a98fd2bb3ff95de0a081bc283131;p=teleforma.git invert written and oral spec in user list --- diff --git a/teleforma/templates/telemeta/inc/user_list.html b/teleforma/templates/telemeta/inc/user_list.html index b9ea6323..e0036fa7 100644 --- a/teleforma/templates/telemeta/inc/user_list.html +++ b/teleforma/templates/telemeta/inc/user_list.html @@ -21,8 +21,8 @@ {% trans "IEJ"%} {% trans "Trainings"%} {% trans "Procedure"%} - {% trans "Oral spe"%} {% trans "Written spe"%} + {% trans "Oral spe"%} {% trans "Oral 1"%} {% trans "Oral 2"%} {% trans "Write"%} @@ -39,8 +39,8 @@ {{ student.iej.name }} {% for training in student.trainings.all %}{{ training }} {% endfor %} {{ student.procedure.code }} - {{ student.oral_speciality.code }} {{ student.written_speciality.code }} + {{ student.oral_speciality.code }} {{ student.oral_1.code }} {{ student.oral_2.code }} {% endwith %}