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 ++--
templates/index.html | 14 +++++++-------
templates/mention_list.html | 14 --------------
templates/timetable.html | 8 ++++----
views.py | 4 ++--
5 files changed, 15 insertions(+), 29 deletions(-)
delete mode 100644 templates/mention_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 %}
{% block body %}
-
Choisissez votre année
+
{% if year %}{{ year }} – Choisissez votre mention{% else %}Choisissez votre année{% endif %}
- {% for year in years %}
- - {{ year }}
- {% empty %}
- Aucun emploi du temps à afficher
- {% endfor %}
+ {% for element in elements %}
+ - {{ element }}
+ {% empty %}
+ Aucun emploi du temps à afficher
+ {% endfor %}
{% endblock %}
diff --git a/templates/mention_list.html b/templates/mention_list.html
deleted file mode 100644
index 71cfaac..0000000
--- a/templates/mention_list.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{% extends "index.html" %}
-
-{% block title %}{{ year }} – {% endblock %}
-
-{% block body %}
-