mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-01 08:47:40 -04:00
e16b0e5a90
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
8 lines
222 B
Handlebars
8 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" .}}
|