aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAlban Gruin2018-04-15 15:27:32 +0200
committerAlban Gruin2018-04-15 15:27:54 +0200
commit305902a22e82cf68cd6b84e4f58ae42bdbb24b83 (patch)
tree95392cee24b0997f12fa003eb61f18ac2b79d803 /templates
parent4a252a9aa0fab38c4fce8ef292e2f3548a397126 (diff)
Ajout d’une explication sur le format ICS
Diffstat (limited to 'templates')
-rw-r--r--templates/calendars.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/calendars.html b/templates/calendars.html
index 52c3a11..e6fcd9f 100644
--- a/templates/calendars.html
+++ b/templates/calendars.html
@@ -4,6 +4,11 @@
{% block body %}
<h2>ICS disponibles pour le groupe {{ group }}</h2>
+ <p>
+ Le format ICS (ou iCalendar) permet d’importer un calendrier
+ dans un agenda électronique.<br />
+ <a href="https://fr.wikipedia.org/wiki/ICalendar">En savoir plus</a>
+ </p>
<ul>
<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 %}