From 4cab8f14029d3e83dfdcf732fd1c392b38857549 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 4 Feb 2016 00:50:32 +0100 Subject: [PATCH] fix iej --- teleforma/templates/registration/registration_pdf.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/templates/registration/registration_pdf.html b/teleforma/templates/registration/registration_pdf.html index 464458db..0a22bf7b 100644 --- a/teleforma/templates/registration/registration_pdf.html +++ b/teleforma/templates/registration/registration_pdf.html @@ -42,7 +42,7 @@ {% trans "Birthday" %} : {{ profile.birthday }} {% trans "Level" %} : {{ student.level }} - {% trans "IEJ" %} : {{ student.eij.name }} + {% trans "IEJ" %} : {{ student.iej.name }} {% trans "Training" %} : {{ student.training.name }} {% trans "Training type" %} : {% if student.platform_only %}E-learning seulement{% else %}Présentielle et E-learning{% endif %} {% trans "Matière de procédure" %} : {{ student.procedure }} -- 2.39.5