diff options
author | Alban Gruin | 2017-01-29 11:56:35 +0100 |
---|---|---|
committer | Alban Gruin | 2017-01-29 11:56:35 +0100 |
commit | 60cb0e3946b258deb62cbeb82a29337ac7fe2b4a (patch) | |
tree | fb2b7895ef76b077720ce7d7513395946540ad56 /templates/mail | |
parent | b4ede7e76773d0ca39d4cc999d0ddc353151ac5d (diff) |
Le nom des jours apparait avec une majuscule au débutv0.2.2stable/0.2.z
Diffstat (limited to 'templates/mail')
-rw-r--r-- | templates/mail/mail_timetable.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mail/mail_timetable.txt b/templates/mail/mail_timetable.txt index dcc07d1..376aac1 100644 --- a/templates/mail/mail_timetable.txt +++ b/templates/mail/mail_timetable.txt @@ -1,4 +1,4 @@ -{% autoescape off %}{% for day in courses %}{{ day.0.begin|date:"l j F o" }} - de {{ day.0.begin|date:"H:i" }} à {% with day|last as last %}{{ last.end|date:"H:i" }}{% endwith %} +{% autoescape off %}{% for day in courses %}{% filter title %}{{ day.0.begin|date:"l j F o" }}{% endfilter %} - de {{ day.0.begin|date:"H:i" }} à {% with day|last as last %}{{ last.end|date:"H:i" }}{% endwith %} {% for course in day %} * {{ course.name }}, de {{ course.begin|date:"H:i" }} à {{ course.end|date:"H:i" }}{% if course.rooms.all|length > 0 %} Salle{% if course.rooms.all|length > 1 %}s{% endif %} {% for room in course.rooms.all %}{{ room }} {% endfor %}{% endif %} |