From ba4ea15909296c1caccc274898c22e77f31910b5 Mon Sep 17 00:00:00 2001 From: Chris Mann Date: Tue, 25 Jul 2023 17:41:16 +0200 Subject: [PATCH] Fixed Change Password Bug --- templates/home.html | 2 +- templates/invite_new_account.html | 2 +- templates/invite_send_code.html | 2 +- templates/layout.html | 6 +++--- templates/login.html | 2 +- templates/password_lost.html | 2 +- templates/profile.html | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/home.html b/templates/home.html index bfc13c7..03e32b7 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,4 +1,4 @@ -{{define "title"}}Home {{end}} +{{define "title"}}Home{{end}} {{define "admenu"}} {{end}} diff --git a/templates/invite_new_account.html b/templates/invite_new_account.html index 5ce67db..da677c8 100644 --- a/templates/invite_new_account.html +++ b/templates/invite_new_account.html @@ -1,4 +1,4 @@ -{{define "title"}}Créer un compte |{{end}} +{{define "title"}}Créer un compte{{end}} {{define "admenu"}} {{end}} diff --git a/templates/invite_send_code.html b/templates/invite_send_code.html index c79844c..99840a1 100644 --- a/templates/invite_send_code.html +++ b/templates/invite_send_code.html @@ -1,4 +1,4 @@ -{{define "title"}}Envoyer un code d'invitation |{{end}} +{{define "title"}}Envoyer un code d'invitation{{end}} {{define "admenu"}} {{end}} diff --git a/templates/layout.html b/templates/layout.html index 014b88d..c54e565 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -14,7 +14,7 @@ - {{template "title" .}} + GVoisins.org > {{template "title" .}} @@ -45,9 +45,9 @@ but hey, it's pure CSS magic. -->