diff options
Diffstat (limited to 'templates/calendars.html')
| -rw-r--r-- | templates/calendars.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/templates/calendars.html b/templates/calendars.html index d97ea78..52c3a11 100644 --- a/templates/calendars.html +++ b/templates/calendars.html @@ -5,9 +5,9 @@  {% block body %}        <h2>ICS disponibles pour le groupe {{ group }}</h2>        <ul> -        <li><a href="{% url "ics" group.timetable.year.slug group.timetable.slug group.slug %}">Un seul ICS pour tous les cours</a></li> +        <li><a href="{% url "ics" timetable.year.slug timetable.slug group.slug %}">Un seul ICS pour tous les cours</a></li>  {% for group in groups %} -        <li><a href="{% url "ics-group" group.timetable.year.slug group.timetable.slug group.slug %}">ICS des cours du groupe {{ group }} uniquement</a></li> +        <li><a href="{% url "ics-group" timetable.year.slug timetable.slug group.slug %}">ICS des cours du groupe {{ group }} uniquement</a></li>  {% endfor %}        </ul>  {% endblock %} | 
