aboutsummaryrefslogtreecommitdiff
path: root/forged/templates/login.tmpl
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-08-12 11:01:07 +0800
committerRunxi Yu <me@runxiyu.org>2025-09-15 15:19:12 +0800
commiteb82fdb2dc0903e6125014abd64aceab42c8eb35 (patch)
treec07276ba1595c415ebc28943163d88f3e3180254 /forged/templates/login.tmpl
parentRemove forge-specific functions from misc (diff)
downloadforge-eb82fdb2dc0903e6125014abd64aceab42c8eb35.tar.gz
forge-eb82fdb2dc0903e6125014abd64aceab42c8eb35.tar.zst
forge-eb82fdb2dc0903e6125014abd64aceab42c8eb35.zip
RefactorHEADmaster
Diffstat (limited to 'forged/templates/login.tmpl')
-rw-r--r--forged/templates/login.tmpl4
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 &ndash; {{ .global.forge_title -}}</title>
+ <title>Login &ndash; {{ .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>