diff options
Diffstat (limited to 'templates/mention_list.html')
-rw-r--r-- | templates/mention_list.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/mention_list.html b/templates/mention_list.html index 142a17a..71cfaac 100644 --- a/templates/mention_list.html +++ b/templates/mention_list.html @@ -3,10 +3,10 @@ {% block title %}{{ year }} – {% endblock %} {% block body %} - <h3>Choisissez votre mention</h3> + <h3>{{ year }} – Choisissez votre mention</h3> <ul> {% for timetable in timetables %} - <li><a href="{% url "groups" year timetable.slug %}">{{ timetable.name }}</a></li> + <li><a href="{% url "groups" year.slug timetable.slug %}">{{ timetable }}</a></li> {% empty %} <p>Aucun emploi du temps à afficher</p> {% endfor %} |