mirror of
https://projects.blender.org/infrastructure/gitea-custom.git
synced 2025-01-03 05:10:05 -05:00
Remove signin template no longer used.
We now use Gitea's built-in template.
This commit is contained in:
parent
3e68853e77
commit
40a657a016
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
{{template "base/head" .}}
|
||||
|
||||
<div class="page-content user signin{{if .LinkAccountMode}} icon{{end}}">
|
||||
{{template "user/auth/signin_navbar" .}}
|
||||
<div class="ui middle very relaxed page grid">
|
||||
<div class="ui container column fluid">
|
||||
{{template "user/auth/signin_inner" .}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{template "base/footer" .}}
|
Loading…
Reference in a new issue