diff options
author | Alban Gruin | 2017-02-21 09:24:21 +0100 |
---|---|---|
committer | Alban Gruin | 2017-02-21 09:24:21 +0100 |
commit | 5202d9f535e8d9136952b095862f70873549b1fd (patch) | |
tree | 39cb4098ae14afd5a83ace8aec193a0aade62f33 /templates | |
parent | 9291be977860d911ef5c16eb6ea4ed512f1f10dc (diff) | |
parent | 7e07a6666436b351bf2d14068e152a03b5603078 (diff) |
Merge branch 'stable/0.6.z' into prod/pa1ch/0.6.zv0.6.3-pa1chprod/pa1ch/0.6.z
Diffstat (limited to 'templates')
-rw-r--r-- | templates/mail/mail_timetable.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/mail/mail_timetable.txt b/templates/mail/mail_timetable.txt index 06a2b1c..a14ce9a 100644 --- a/templates/mail/mail_timetable.txt +++ b/templates/mail/mail_timetable.txt @@ -2,5 +2,6 @@ {% for course in day %} * {{ course.name }} ({{ course.type }}), 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 %} + {% endfor %}{% empty %}Aucun cours pour le groupe {{ group }} pendant la semaine {{ week }}. {% endfor %}{% endautoescape %} |