mirror of
https://github.com/go-gitea/gitea
synced 2024-11-05 21:59:20 +01:00
e16b0e5a90
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
7 lines
222 B
Handlebars
7 lines
222 B
Handlebars
{{template "base/head" .}}
|
|
<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" .}}
|