aboutsummaryrefslogtreecommitdiff
path: root/templates/timetable_common.html
diff options
context:
space:
mode:
authorAlban Gruin2017-10-10 18:26:37 +0200
committerAlban Gruin2017-10-10 18:26:37 +0200
commit5939a5dc3747e8b872dd4cb0c622621c25b72c5d (patch)
tree239bb7a3f942ee02a0eee6c7b2a098a0674d2763 /templates/timetable_common.html
parente6ccfea46083c4cd228be57565be006e8c3c59f8 (diff)
Si la semaine courante n’a pas de cours existant, la page généralev0.10.5
existe quand même
Diffstat (limited to 'templates/timetable_common.html')
-rw-r--r--templates/timetable_common.html3
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 %}