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. -->