]> git.parisson.com Git - teleforma.git/commitdiff
fix pdf first_name
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 4 Feb 2016 09:33:13 +0000 (10:33 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 4 Feb 2016 09:33:13 +0000 (10:33 +0100)
teleforma/templates/registration/registration_pdf.html

index 05b890d3a30ff3e8caa11fce15ae9f79df11d200..3166b74719fe52d929a0dc5b977052d0ac9b5ac6 100644 (file)
@@ -36,7 +36,7 @@
    <h1>du {{ student.period.date_begin }} au {{ student.period.date_end }}</h1>
    </center>
    <table class="table1">
-      <tr><td class="bold">{% trans "First name" %} : </td><td>{{ student.user.first_name|upper }}</td></tr>
+      <tr><td class="bold">{% trans "First name" %} : </td><td>{{ student.user.first_name }}</td></tr>
       <tr><td class="bold">{% trans "Last name" %} : </td><td>{{ student.user.last_name|upper }}</td></tr>
       <tr><td class="bold">{% trans "Address" %} : </td><td>{{ profile.address }} {{ profile.postal_code }} {{ profile.city }}, {{ profile.country }}</td></tr>
       <tr><td class="bold">{% trans "Telephone" %} : </td><td>{{ profile.telephone }}</td></tr>