aboutsummaryrefslogtreecommitdiff
path: root/templates/mention_list.html
diff options
context:
space:
mode:
authorAlban Gruin2017-09-28 22:27:50 +0200
committerAlban Gruin2017-09-28 22:27:50 +0200
commit1d5068de5e4babb8c2c969c626fd1d8b53bc28ea (patch)
tree105d9ba1f39a8fc6b07495373cc33d2286e0d673 /templates/mention_list.html
parent30b58f8b8229c7ac62d886dfd79cbf7ec027f6f2 (diff)
Mise en commun de la template de sélection de l’année et de la mention
Diffstat (limited to 'templates/mention_list.html')
-rw-r--r--templates/mention_list.html14
1 files changed, 0 insertions, 14 deletions
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 %}
- <h3>{{ year }} &ndash; Choisissez votre mention</h3>
- <ul>
-{% for timetable in timetables %}
- <li><a href="{% url "groups" year.slug timetable.slug %}">{{ timetable }}</a></li>
-{% empty %}
- <p>Aucun emploi du temps à afficher</p>
-{% endfor %}
- </ul>
-{% endblock %}