1
1
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:
Norwin
2020-11-14 02:46:40 +00:00
committed by GitHub
parent 5c76c5ce44
commit e16b0e5a90
6 changed files with 97 additions and 99 deletions

View File

@@ -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" .}}