{% if year %}{{ year }} – Choisissez votre mention{% else %}Choisissez votre année{% endif %}
+{% if year %}{{ year }} – Choisissez votre mention{% elif group %}Calendriers disponibles pour le groupe {{ group }}{% else %}Choisissez votre année{% endif %}
-
{% for element in elements %}
-
- {{ element }} +
- {{ element }} {% empty %}
- {{ element }} +
- {{ element }} {% empty %}
- Un seul ICS pour tous les cours +{% for group in groups %} +
- ICS pour le groupe {{ group }} uniquement +{% endfor %} +
- Un seul ICS pour tous les cours {% for group in groups %} -
- ICS pour le groupe {{ group }} uniquement +
- ICS des cours du groupe {{ group }} uniquement {% endfor %}
Aucun emploi du temps à afficher
{% endfor %} diff --git a/urls.py b/urls.py index d269400..b30e8d9 100644 --- a/urls.py +++ b/urls.py @@ -22,6 +22,7 @@ urlpatterns = [ url(r"^(?PICS – ICS séparés – RSS – Atom
{% endblock %} -- cgit v1.2.1 From f0790a2420684a39e2b48922beec1245f4446912 Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Sun, 29 Oct 2017 15:17:03 +0100 Subject: Revert "Ajout d’une page pour lister les calendriers disponibles" This reverts commit 7ef57a0226fa25b8ea5e9a6ff5526889dc300649. --- templates/index.html | 6 +++--- urls.py | 1 - views.py | 15 --------------- 3 files changed, 3 insertions(+), 19 deletions(-) diff --git a/templates/index.html b/templates/index.html index c47a0be..005fd5b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,7 +4,7 @@ {% block head %}{% endblock %} -{% if year %}{{ year }} – Choisissez votre mention{% elif group %}Calendriers disponibles pour le groupe {{ group }}{% else %}Choisissez votre année{% endif %}
+{% if year %}{{ year }} – Choisissez votre mention{% else %}Choisissez votre année{% endif %}
-
{% for element in elements %}
-
Aucun emploi du temps à afficher
{% endfor %} diff --git a/urls.py b/urls.py index b30e8d9..d269400 100644 --- a/urls.py +++ b/urls.py @@ -22,7 +22,6 @@ urlpatterns = [ url(r"^(?PCalendriers disponibles pour le groupe {{ group }}
+-
+
ICS – ICS séparés – RSS – Atom
{% endblock %} + {% endblock %} diff --git a/urls.py b/urls.py index d269400..c84ac75 100644 --- a/urls.py +++ b/urls.py @@ -22,6 +22,7 @@ urlpatterns = [ url(r"^(?PCalendriers disponibles pour le groupe {{ group }}
+ICS disponibles pour le groupe {{ group }}
{{ flatpage.title }}
+{{ flatpage.content }}
+{% endblock %} -- cgit v1.2.1 From eed022ccf449a4cfceb39c28bb41741bc490d343 Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Mon, 30 Oct 2017 18:23:43 +0100 Subject: Ajout d’une URL pour les flatpages --- urls.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/urls.py b/urls.py index c84ac75..1f686e4 100644 --- a/urls.py +++ b/urls.py @@ -13,11 +13,12 @@ # You should have received a copy of the GNU Affero General Public License # along with celcatsanitizer. If not, seeContacter
-Pour contacter l’administrateur du service, envoyez un mail à l’adresse suivante :
{{ email|format_email }}.
{{ flatpage.title }}
-{{ flatpage.content }}
+ {{ flatpage.content }} {% endblock %} diff --git a/templatetags/email.py b/templatetags/email.py deleted file mode 100644 index 68dbd84..0000000 --- a/templatetags/email.py +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright (C) 2017 Alban Gruin -# -# celcatsanitizer is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published -# by the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# celcatsanitizer is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with celcatsanitizer. If not, see