]> git.parisson.com Git - teleforma.git/commitdiff
fix registration pdf
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 27 Oct 2016 19:13:47 +0000 (21:13 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 27 Oct 2016 19:13:47 +0000 (21:13 +0200)
teleforma/templates/registration/registration_pdf.html

index 9dbea3e11faaa767ffe1bdd1a1f1dcd6991b402e..cb634677e23458d980fdf2daebea23f3906fd767 100644 (file)
@@ -50,9 +50,9 @@
       <tr><td class="bold">{% trans "Training type" %} : </td><td>{% if student.platform_only %}E-learning seulement{% else %}Présentielle{% endif %}</td></tr>
       <tr><td class="bold">{% trans "Matière de procédure" %} : </td><td>{{ student.procedure }}</td></tr>
       <tr><td class="bold">{% trans "Matière juridique de spécialité" %} : </td><td>{{ student.written_speciality }}</td></tr>
-      <tr><td class="bold">{% trans "Matière d'oral de spécialité" %} : </td><td>{{ student.oral_speciality }}</td></tr>
-      <tr><td class="bold">{% trans "Matière d'oral technique oral_1" %} : </td><td>{{ student.oral_1 }}</td></tr>
-      <tr><td class="bold">{% trans "Matière d'oral technique oral_2" %} : </td><td>{{ student.oral_2 }}</td></tr>
+      {# <tr><td class="bold">{% trans "Matière d'oral de spécialité" %} : </td><td>{{ student.oral_speciality }}</td></tr>#}
+      <tr><td class="bold">{% trans "Matière d'oral de langue" %} : </td><td>{{ student.oral_1 }}</td></tr>
+      {# <tr><td class="bold">{% trans "Matière d'oral technique oral_2" %} : </td><td>{{ student.oral_2 }}</td></tr>#}
 
       <tr><td class="bold">{% trans "Registration date" %} : </td><td>{{ student.date_registered}}</td></tr>
       <tr><td class="bold">{% trans "PROMO code" %} : </td><td>{{ student.promo_code}}</td></tr>