diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/group_list.html (renamed from templates/timetables_list.html) | 0 | ||||
-rw-r--r-- | templates/mention_list.html | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/templates/timetables_list.html b/templates/group_list.html index d4c3579..d4c3579 100644 --- a/templates/timetables_list.html +++ b/templates/group_list.html 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 %} |