diff options
Diffstat (limited to 'templates/login.tmpl')
-rw-r--r-- | templates/login.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/login.tmpl b/templates/login.tmpl index b31cb36..47c4fc4 100644 --- a/templates/login.tmpl +++ b/templates/login.tmpl @@ -6,11 +6,11 @@ <!DOCTYPE html> <html lang="en"> <head> - {{ template "head_common" . }} - <title>Login – {{ .global.forge_title }}</title> + {{- template "head_common" . -}} + <title>Login – {{ .global.forge_title -}}</title> </head> <body class="index"> - {{ .login_error }} + {{- .login_error -}} <div class="padding-wrapper"> <form method="POST" enctype="application/x-www-form-urlencoded"> <table> @@ -52,7 +52,7 @@ </form> </div> <footer> - {{ template "footer" . }} + {{- template "footer" . -}} </footer> </body> </html> |