changeset 3973:5f3f571c105c

Cleaned up whitespace in HTML template for password reset.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 17 Jul 2019 11:28:11 +0200
parents 72473ebd9d64
children 2f9ad89f780f
files pkg/controllers/pwreset.go
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/controllers/pwreset.go	Wed Jul 17 11:26:36 2019 +0200
+++ b/pkg/controllers/pwreset.go	Wed Jul 17 11:28:11 2019 +0200
@@ -111,12 +111,12 @@
 <html lang="en">
   <head>
     <meta charset="utf-8" />
-	<title>Password reset done</title>
+    <title>Password reset done</title>
   </head>
   <body>
     <p>The password reset for user <strong><tt>{{ .User }}</tt></strong> successfully done.</p>
-	<p>New password: <strong><tt>{{ .Password }}</tt></strong></p>
-	<p><a href="/">Go to login page.</a></p>
+    <p>New password: <strong><tt>{{ .Password }}</tt></strong></p>
+    <p><a href="/">Go to login page.</a></p>
   </body>
 </html>
 `))