Skip to content

Commit

Permalink
DOSSIER_ELEVE: Fix time start in retenues pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Supermanu committed May 30, 2022
1 parent 600872f commit e3f448e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dossier_eleve/templates/dossier_eleve/discip_retenues.rml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
{{ c.explication_commentaire|striptags }}
</para>
</td>
<td>{{ c.date_sanction|date:'d/m/y' }} {{ c.time_sanction_start }}{% if c.time_sanction_end %} -{{ c.time_sanction_end }}{% endif %}</td>
<td>{{ c.date_sanction|date:'d/m/y' }} {% if c.time_sanction_start %}{{ c.time_sanction_start }}{% endif %}{% if c.time_sanction_end %} -{{ c.time_sanction_end }}{% endif %}</td>
</tr>
{% endfor %}
</blockTable>
Expand Down

0 comments on commit e3f448e

Please sign in to comment.