diff options
author | Alban Gruin | 2017-10-03 09:28:49 +0200 |
---|---|---|
committer | Alban Gruin | 2017-10-03 09:28:49 +0200 |
commit | ae3358c1296a02352409910a9ffcc2307d5ea87a (patch) | |
tree | b47df3b99f639acc24d751cc0a6a73937c10069b /templates/mention_list.html | |
parent | 9641fc9bb6ef2897c0d70e6d5d5ed3f8e295dbec (diff) | |
parent | 175fcd46f56d8c1c5d10a50b401c09c25cfcdf82 (diff) |
Merge branch 'stable/0.10.z' into prod/pa1ch/0.y.zv0.10.0-pa1ch
Diffstat (limited to 'templates/mention_list.html')
-rw-r--r-- | templates/mention_list.html | 14 |
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 }} – 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 %} |