From d29d921222f1cd9d07ef0086cf0c5638c5bbe2ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Mogu=C3=A9rou?= Date: Mon, 20 May 2024 15:50:57 +0200 Subject: [PATCH] fix url in table --- colloscope/templates/table.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colloscope/templates/table.html b/colloscope/templates/table.html index 76a2240..5de14f1 100644 --- a/colloscope/templates/table.html +++ b/colloscope/templates/table.html @@ -33,9 +33,9 @@ {% if request.GET.term %} - Exporter le colloscope + Exporter le colloscope {% else %} - Exporter le colloscope + Exporter le colloscope {% endif %}