From c80a41ffafe3065f35f07b71063b5596d33d0ff2 Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Sun, 29 Oct 2017 15:37:43 +0100 Subject: Déplacement de tous les liens vers les ICS dans une page spéciale --- templates/calendars.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/calendars.html (limited to 'templates/calendars.html') diff --git a/templates/calendars.html b/templates/calendars.html new file mode 100644 index 0000000..70f3dac --- /dev/null +++ b/templates/calendars.html @@ -0,0 +1,13 @@ +{% extends "index.html" %} + +{% block title %}Calendriers disponibles pour le groupe {{ group }} – {% endblock %} + +{% block body %} +

Calendriers disponibles pour le groupe {{ group }}

+ +{% endblock %} -- cgit v1.2.1 From 5082e2aa0083a1c78cd39e86cb141786c2ab6efe Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Sun, 29 Oct 2017 15:41:40 +0100 Subject: Changement des texte de la page des calendriers --- templates/calendars.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/calendars.html') 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 %} -

Calendriers disponibles pour le groupe {{ group }}

+

ICS disponibles pour le groupe {{ group }}

{% endblock %} -- cgit v1.2.1