diff options
author | Alban Gruin | 2017-09-28 22:02:16 +0200 |
---|---|---|
committer | Alban Gruin | 2017-09-28 22:02:16 +0200 |
commit | 30b58f8b8229c7ac62d886dfd79cbf7ec027f6f2 (patch) | |
tree | 5e3f6e5f848f5783ece74dacbf1bb023d0aafdd3 | |
parent | a1231e340dbb9236f3804679360c0ab7895ae903 (diff) |
Ajout du nom de l’emploi du temps dans la page des groupes
-rw-r--r-- | templates/group_list.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/group_list.html b/templates/group_list.html index 2530865..eeb3a35 100644 --- a/templates/group_list.html +++ b/templates/group_list.html @@ -1,6 +1,8 @@ {% extends "index.html" %} {% load dt_week %} +{% block title %}{{ timetable }} – {% endblock %} + {% block body %} <h3><a href="{{ timetable.url }}">{{ timetable }}</a></h3> <ul> |