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

index 0d69f9f268d122941bcc45e7db082ae28db86980..89275a40380d9c557de8959c6dd6bccc1e53e666 100644 (file)
 <div id="layout">
 
 <div id="header">
-    <span style="color: yellow; font-weight: bold;">&gt;</span> {% trans "Training registration" %} - {% trans "Training" %} CRFPA {{ student.period }}
+    <span style="color: yellow; font-weight: bold;">&gt;</span> Le PrĂ©-Barreau - PrĂ©paration au CRFPA
 </div>
 
 <div id="content">
-
+   <center>
+   <h1>{% trans "Training registration" %} - {% trans "Training" %} {{ student.period }}</h1>
+   <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 "Last name" %} : </td><td>{{ student.user.last_name|upper }}</td></tr>