Skip to content

Commit 9cc78fb

Browse files
Merge pull request #1238 from hinashi/fixed/pagoda_title
Fixed title in login page
2 parents 88aced3 + d80e13c commit 9cc78fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/registration/login.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h2>Login</h2>
3636
<meta charset="utf-8">
3737
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap" />
3838
<link rel="shortcut icon" href="/static/favicon.ico" />
39-
<title>AirOne(NewUI)</title>
39+
<title>{{ title }}</title>
4040
</head>
4141
<body style="margin: 0px">
4242
<!-- custom script body -->

0 commit comments

Comments
 (0)