From 30b58f8b8229c7ac62d886dfd79cbf7ec027f6f2 Mon Sep 17 00:00:00 2001
From: Alban Gruin
Date: Thu, 28 Sep 2017 22:02:16 +0200
Subject: Ajout du nom de l’emploi du temps dans la page des groupes
---
templates/group_list.html | 2 ++
1 file changed, 2 insertions(+)
(limited to 'templates/group_list.html')
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 %}
--
cgit v1.2.1
From 1d5068de5e4babb8c2c969c626fd1d8b53bc28ea Mon Sep 17 00:00:00 2001
From: Alban Gruin
Date: Thu, 28 Sep 2017 22:27:50 +0200
Subject: Mise en commun de la template de sélection de l’année et de la
mention
---
templates/group_list.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'templates/group_list.html')
diff --git a/templates/group_list.html b/templates/group_list.html
index eeb3a35..aebb0db 100644
--- a/templates/group_list.html
+++ b/templates/group_list.html
@@ -6,8 +6,8 @@
{% block body %}
- {% for group in groups %}
+ {% for group in groups %}
- {{ group }} – {% for week in group.weeks %}{{ week|dt_prettyprint }} {% empty %}aucun cours{% endfor %}
- {% endfor %}
+ {% endfor %}
{% endblock %}
--
cgit v1.2.1