aboutsummaryrefslogtreecommitdiff
path: root/templates/mention_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/mention_list.html')
-rw-r--r--templates/mention_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mention_list.html b/templates/mention_list.html
index 3c455af..142a17a 100644
--- a/templates/mention_list.html
+++ b/templates/mention_list.html
@@ -6,7 +6,7 @@
<h3>Choisissez votre mention</h3>
<ul>
{% for timetable in timetables %}
- <li><a href="#">{{ timetable.name }}</a></li>
+ <li><a href="{% url "groups" year timetable.slug %}">{{ timetable.name }}</a></li>
{% empty %}
<p>Aucun emploi du temps à afficher</p>
{% endfor %}