diff options
Diffstat (limited to 'templates/login.html.tmpl')
-rw-r--r-- | templates/login.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/login.html.tmpl b/templates/login.html.tmpl index 99ee6b9..3b0e74a 100644 --- a/templates/login.html.tmpl +++ b/templates/login.html.tmpl @@ -3,7 +3,7 @@ <html lang="en"> <head> {{ template "head_common" . }} - <title>Login – Lindenii Forge</title> + <title>Login – {{ .global.forge_title }}</title> </head> <body class="index"> {{ .login_error }} @@ -13,7 +13,7 @@ <thead> <tr> <th class="title-row" colspan="2"> - Password Authentication + Password authentication </th> </tr> </thead> |