From 021431965589e4544285e4276cc14efb7a571c78 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 4 Feb 2016 00:43:10 +0100 Subject: [PATCH] fix table --- teleforma/templates/registration/registration_pdf.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/teleforma/templates/registration/registration_pdf.html b/teleforma/templates/registration/registration_pdf.html index 973abfcf..09683dc3 100644 --- a/teleforma/templates/registration/registration_pdf.html +++ b/teleforma/templates/registration/registration_pdf.html @@ -42,8 +42,7 @@ {% trans "Birthday" %} : {{ profile.birthday }} {% trans "Level" %} : {{ student.level }} - {% trans "Level" %} : {{ student.eij }} - + {% trans "IEJ" %} : {{ student.eij }} {% trans "Training" %} : {{ student.training.name }} {% trans "Training type" %} : {% if student.platform_only %}E-learning{% else %}Présentielle et E-learning{% endif %} {% trans "Matière de procédure" %} : {{ student.procedure }} @@ -57,16 +56,17 @@ -

Je certifie avoir pris connaissance des conditions générales d’inscription et du règlement intérieur.

+

Je certifie avoir pris connaissance des conditions générales d’inscription et du règlement intérieur.

+

  -

A ...................................., le .......................................

+

A ...................................., le .......................................


-

Signature

+

Signature

-- 2.39.5