unify layout between auth pages (#13547)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
parent
5c76c5ce44
commit
e16b0e5a90
6 changed files with 97 additions and 99 deletions
|
|
@ -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" .}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue