diff options
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 %} | 
