From b960e0ba97bd87c9054b790f5cd70154461dea5d Mon Sep 17 00:00:00 2001 From: Victor Lacasse-Beaudoin Date: Fri, 28 Apr 2023 20:28:07 -0400 Subject: [PATCH 1/2] =?UTF-8?q?Ajouter=20lien=20vers=20panneau=20admin=20?= =?UTF-8?q?=C3=A0=20header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/html/header.gohtml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/html/header.gohtml b/public/html/header.gohtml index f5bc28b..35a442d 100644 --- a/public/html/header.gohtml +++ b/public/html/header.gohtml @@ -9,4 +9,8 @@
  • Formulaires
  • + + {{ end }} -- 2.45.2 From 10e3641db9d020ca7e4a9ca1e67e64e4b5dbaa38 Mon Sep 17 00:00:00 2001 From: Victor Lacasse-Beaudoin Date: Fri, 28 Apr 2023 20:28:26 -0400 Subject: [PATCH 2/2] =?UTF-8?q?Fix=20css=20pas=20appliqu=C3=A9=20=C3=A0=20?= =?UTF-8?q?routes=20/admin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/html/general.gohtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/html/general.gohtml b/public/html/general.gohtml index ef11275..1683ce3 100644 --- a/public/html/general.gohtml +++ b/public/html/general.gohtml @@ -1,3 +1,3 @@ {{ define "general-html" }} - + {{ end }} -- 2.45.2