diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/calendars.html | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/templates/calendars.html b/templates/calendars.html index 70f3dac..d97ea78 100644 --- a/templates/calendars.html +++ b/templates/calendars.html @@ -1,13 +1,13 @@  {% extends "index.html" %} -{% block title %}Calendriers disponibles pour le groupe {{ group }} – {% endblock %} +{% block title %}ICS disponibles pour le groupe {{ group }} – {% endblock %}  {% block body %} -      <h2>Calendriers disponibles pour le groupe {{ group }}</h2> +      <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>  {% for group in groups %} -        <li><a href="{% url "ics-group" group.timetable.year.slug group.timetable.slug group.slug %}">ICS pour le groupe {{ group }} uniquement</a></li> +        <li><a href="{% url "ics-group" group.timetable.year.slug group.timetable.slug group.slug %}">ICS des cours du groupe {{ group }} uniquement</a></li>  {% endfor %}        </ul>  {% endblock %} | 
