From 756332d3b9f9186db2a8bfd17899947045e03bd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Mogu=C3=A9rou?= Date: Sat, 20 Apr 2024 00:01:07 +0200 Subject: [PATCH] =?UTF-8?q?choix=20de=20la=20p=C3=A9riode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- colloscope/templates/table.html | 20 +++++++++++++++++++- colloscope/templates/trunk.html | 4 ---- 2 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 colloscope/templates/trunk.html diff --git a/colloscope/templates/table.html b/colloscope/templates/table.html index 024a023..40c45fa 100644 --- a/colloscope/templates/table.html +++ b/colloscope/templates/table.html @@ -22,7 +22,25 @@

Colloscope : {{ periode.libelle }}

- Exporter le colloscope +
+ Changer de pĂ©riode : + + +
+ + {% if request.GET.periode %} + Exporter le colloscope + {% else %} + Exporter le colloscope + {% endif %}
diff --git a/colloscope/templates/trunk.html b/colloscope/templates/trunk.html deleted file mode 100644 index 78f0b9c..0000000 --- a/colloscope/templates/trunk.html +++ /dev/null @@ -1,4 +0,0 @@ -{% extends "base.html" %} - -{% block header %} -{% endblock header %}