mirror of
https://github.com/go-gitea/gitea
synced 2025-08-08 18:48:21 +00:00
unify layout between auth pages (#13547)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
{{template "base/head" .}}
|
||||
{{template "user/auth/signup_inner" .}}
|
||||
<div class="user signin{{if .LinkAccountMode}} icon{{end}}">
|
||||
<div class="ui middle very relaxed page grid">
|
||||
{{template "user/auth/signup_inner" .}}
|
||||
</div>
|
||||
</div>
|
||||
{{template "base/footer" .}}
|
||||
|
Reference in New Issue
Block a user