From fb3a3bc214b071083325a75a9546331150eaa8a5 Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Wed, 25 Apr 2018 09:35:18 +0200 Subject: templates: abstraction des listes de groupes/salles/semaines --- templates/group_list.html | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'templates/group_list.html') diff --git a/templates/group_list.html b/templates/group_list.html index 9c9a7fc..bca8c70 100644 --- a/templates/group_list.html +++ b/templates/group_list.html @@ -1,19 +1,16 @@ {% extends "index.html" %} {% load dt_week %} -{% block title %}{% if timetable %}{{ timetable }}{% else %}Emploi du temps des salles{% endif %} – {% endblock %} +{% block title %}{{ timetable }} – {% endblock %} +{% block pagetitle %}{{ timetable }}{% endblock %} -{% block body %} -