diff options
| author | Alban Gruin | 2017-11-27 16:04:27 +0100 | 
|---|---|---|
| committer | Alban Gruin | 2017-11-27 16:04:27 +0100 | 
| commit | e1c4eea3c706bb45cd73416e2e8626bd50a97cfb (patch) | |
| tree | 7c750d87b4f5901e69b507cc7b693820efa85111 /templates/calendars.html | |
| parent | 703cec5da11e7b859ef0172f5cc656bd8040a846 (diff) | |
Correction des interfaces utilisateur
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 %}  | 
