From 5767fe2b49858dd8174193ffa8c2e8b3fda1fc6c Mon Sep 17 00:00:00 2001
From: Alban Gruin
Date: Thu, 7 Sep 2017 23:12:57 +0200
Subject: Utilisation du modèle Year où nécessaire
---
templates/group_list.html | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
(limited to 'templates/group_list.html')
diff --git a/templates/group_list.html b/templates/group_list.html
index d4c3579..d8d7227 100644
--- a/templates/group_list.html
+++ b/templates/group_list.html
@@ -1,9 +1,11 @@
{% extends "index.html" %}
+{% load dt_week %}
-{% block body %}{% for timetable in timetables %}
- {{ timetable.name }}
- {% for group in groups %}{% if group.timetable.id == timetable.id %}
-
-