From 7205b2e8a6ec03728b8843adfa4f12501b2503e8 Mon Sep 17 00:00:00 2001 From: Victor Lacasse-Beaudoin Date: Tue, 12 Dec 2023 17:21:35 -0500 Subject: [PATCH] fix: comment-out templating de snackbar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sera ramené si une annonce importante est à faire. --- templates/html/documentation.gohtml | 2 +- templates/html/index.gohtml | 2 +- templates/html/vie-etudiante.gohtml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/html/documentation.gohtml b/templates/html/documentation.gohtml index ea18bd3..2aac28b 100644 --- a/templates/html/documentation.gohtml +++ b/templates/html/documentation.gohtml @@ -33,7 +33,7 @@ Documentation non-accessible pour l'instant, merci de votre patience {{ .Message }}

- {{ template "snackbar-html" }} + {{ end }} diff --git a/templates/html/index.gohtml b/templates/html/index.gohtml index ea1b7e0..2a357ee 100644 --- a/templates/html/index.gohtml +++ b/templates/html/index.gohtml @@ -27,7 +27,7 @@ - {{ template "snackbar-html" }} + {{ end }} diff --git a/templates/html/vie-etudiante.gohtml b/templates/html/vie-etudiante.gohtml index bec497a..e848a75 100644 --- a/templates/html/vie-etudiante.gohtml +++ b/templates/html/vie-etudiante.gohtml @@ -203,7 +203,7 @@ - {{ template "snackbar-html" }} + {{ end }}