diff options
author | Alban Gruin | 2017-10-10 21:16:27 +0200 |
---|---|---|
committer | Alban Gruin | 2017-10-10 21:16:27 +0200 |
commit | d4dd17cc3ef13f2322ccab292fb6bc544c753f49 (patch) | |
tree | f77617887abe53bcba9a702d66647628a47073d2 /templates/timetable_common.html | |
parent | 604fab9f88b510599d175bf6545ee49f5f82addd (diff) | |
parent | 5939a5dc3747e8b872dd4cb0c622621c25b72c5d (diff) |
Merge branch 'stable/0.10.z' into prod/pa1ch/0.10.zv0.10.5-pa1ch
Diffstat (limited to 'templates/timetable_common.html')
-rw-r--r-- | templates/timetable_common.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/timetable_common.html b/templates/timetable_common.html index 4319e60..9a2c27e 100644 --- a/templates/timetable_common.html +++ b/templates/timetable_common.html @@ -9,4 +9,5 @@ <small>Remarques : {{ course.notes }}</small>{% endif %} </li>{% endfor %} </ul> - </section>{% endfor %} + </section>{% empty %} + <p>Aucun cours cette semaine.</p>{% endfor %} |