From 5043b3ffdaebc25cd7e3aea55cce4c515a3812b4 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 27 Oct 2016 21:13:47 +0200 Subject: [PATCH] fix registration pdf --- teleforma/templates/registration/registration_pdf.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/teleforma/templates/registration/registration_pdf.html b/teleforma/templates/registration/registration_pdf.html index 9dbea3e1..cb634677 100644 --- a/teleforma/templates/registration/registration_pdf.html +++ b/teleforma/templates/registration/registration_pdf.html @@ -50,9 +50,9 @@ {% trans "Training type" %} : {% if student.platform_only %}E-learning seulement{% else %}Présentielle{% endif %} {% trans "Matière de procédure" %} : {{ student.procedure }} {% trans "Matière juridique de spécialité" %} : {{ student.written_speciality }} - {% trans "Matière d'oral de spécialité" %} : {{ student.oral_speciality }} - {% trans "Matière d'oral technique oral_1" %} : {{ student.oral_1 }} - {% trans "Matière d'oral technique oral_2" %} : {{ student.oral_2 }} + {# {% trans "Matière d'oral de spécialité" %} : {{ student.oral_speciality }}#} + {% trans "Matière d'oral de langue" %} : {{ student.oral_1 }} + {# {% trans "Matière d'oral technique oral_2" %} : {{ student.oral_2 }}#} {% trans "Registration date" %} : {{ student.date_registered}} {% trans "PROMO code" %} : {{ student.promo_code}} -- 2.39.5