From 1b96e7974ae113189442821ff705e8f2dbb4e780 Mon Sep 17 00:00:00 2001 From: Chris Mann Date: Thu, 27 Jul 2023 16:06:42 +0200 Subject: [PATCH] Refactor Site-Wide Data --- templates/passwd.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/passwd.html b/templates/passwd.html index cb8bcc2..028fa72 100644 --- a/templates/passwd.html +++ b/templates/passwd.html @@ -14,11 +14,11 @@
{{ .Common.ErrorMessage }}
{{end}} - {{if .Common.Success}} + {{if .Common.Success }}
Nouveau mot de passe enregistré.
- {{else}} + {{ else }}
@@ -29,16 +29,16 @@
Le mot de passe choisi est trop court (minimum 8 caractères).
- {{end}} + {{ end }}
- {if .Data.NoMatchError }} + {{ if .Data.NoMatchError }}
Les deux mots de passe entrés ne correspondent pas.
- {{end}} + {{ end }} - {{end}} + {{ end }} {{end}} \ No newline at end of file