From: Guillaume Pellerin Date: Thu, 4 Feb 2016 01:10:21 +0000 (+0100) Subject: fix title X-Git-Tag: 1.1~106 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7f2908add0c09b51906b9e33c22fb8388d689f40;p=teleforma.git fix title --- diff --git a/teleforma/templates/registration/registration_pdf.html b/teleforma/templates/registration/registration_pdf.html index 0d69f9f2..89275a40 100644 --- a/teleforma/templates/registration/registration_pdf.html +++ b/teleforma/templates/registration/registration_pdf.html @@ -27,11 +27,14 @@
- +
+

{% trans "Training registration" %} - {% trans "Training" %} {{ student.period }}

+

du {{ student.period.date_begin }} au {{ student.period.date_end }}

+
{% trans "First name" %} : {{ student.user.first_name|upper }}
{% trans "Last name" %} : {{ student.user.last_name|upper }}