diff options
author | Runxi Yu <me@runxiyu.org> | 2025-08-18 04:18:50 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-08-18 04:38:45 +0800 |
commit | ec30ed1f0b2120a70331351a1f1afeac57285e71 (patch) | |
tree | e6f4c66e6157d2bd9b35c373b20d350d126743be /forged/templates/login.tmpl | |
parent | Rename globalData to global (diff) | |
download | forge-ec30ed1f0b2120a70331351a1f1afeac57285e71.tar.gz forge-ec30ed1f0b2120a70331351a1f1afeac57285e71.tar.zst forge-ec30ed1f0b2120a70331351a1f1afeac57285e71.zip |
Make logging in work
Diffstat (limited to 'forged/templates/login.tmpl')
-rw-r--r-- | forged/templates/login.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/forged/templates/login.tmpl b/forged/templates/login.tmpl index 980b863..09cbb61 100644 --- a/forged/templates/login.tmpl +++ b/forged/templates/login.tmpl @@ -7,11 +7,11 @@ <html lang="en"> <head> {{- template "head_common" . -}} - <title>Login – {{ .global.forge_title -}}</title> + <title>Login – {{ .BaseData.Global.ForgeTitle -}}</title> </head> <body class="index"> <main> - {{- .login_error -}} + {{- .LoginError -}} <div class="padding-wrapper"> <form method="POST" enctype="application/x-www-form-urlencoded"> <table> |