{% 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 %}
Aucun emploi du temps à afficher
{% endfor %} -- 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 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/index.html') 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 %} -
{% block body %}
-
--
cgit v1.2.1
From 3f610831227e7def4b74651747d5625c9a009311 Mon Sep 17 00:00:00 2001
From: Alban Gruin
Date: Tue, 31 Oct 2017 13:10:18 +0100
Subject: Création d’une flatpage spécifique à la page « à propos » Ajout d’un
processeur de contexte pour afficher la version de CS en bas de page.
---
templates/index.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'templates/index.html')
diff --git a/templates/index.html b/templates/index.html
index abaf5f1..1ea6e53 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -24,7 +24,8 @@
{% 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 %} -- cgit v1.2.1 From b68c59c72be3a8e3d3201dca1941879508afcb3b Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Mon, 30 Oct 2017 18:29:21 +0100 Subject: Liens vers les flatpages --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 005fd5b..abaf5f1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -24,7 +24,7 @@ {% endblock %}