diff options
| author | Runxi Yu <me@runxiyu.org> | 2025-08-12 11:01:07 +0800 |
|---|---|---|
| committer | Runxi Yu <me@runxiyu.org> | 2025-09-26 17:25:37 +0800 |
| commit | e238ccb06b05e88ec323ca95ad4600bd79743372 (patch) | |
| tree | 46f82d4d0f4ec43e94dcde5677de1ba857862638 /forged/templates/login.tmpl | |
| parent | Remove forge-specific functions from misc (diff) | |
| download | forge-e238ccb06b05e88ec323ca95ad4600bd79743372.tar.gz forge-e238ccb06b05e88ec323ca95ad4600bd79743372.tar.zst forge-e238ccb06b05e88ec323ca95ad4600bd79743372.zip | |
Refactor
Diffstat (limited to '')
| -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> |
