From: Guillaume Pellerin Date: Thu, 4 Feb 2016 09:33:13 +0000 (+0100) Subject: fix pdf first_name X-Git-Tag: 1.1~87 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f8230ed2b3862af00be41ffc716045063d2a1bf9;p=teleforma.git fix pdf first_name --- diff --git a/teleforma/templates/registration/registration_pdf.html b/teleforma/templates/registration/registration_pdf.html index 05b890d3..3166b747 100644 --- a/teleforma/templates/registration/registration_pdf.html +++ b/teleforma/templates/registration/registration_pdf.html @@ -36,7 +36,7 @@

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

- +
{% trans "First name" %} : {{ student.user.first_name|upper }}
{% trans "First name" %} : {{ student.user.first_name }}
{% trans "Last name" %} : {{ student.user.last_name|upper }}
{% trans "Address" %} : {{ profile.address }} {{ profile.postal_code }} {{ profile.city }}, {{ profile.country }}
{% trans "Telephone" %} : {{ profile.telephone }}