wip
This commit is contained in:
11
hub/templates/admin-sign-out.html
Normal file
11
hub/templates/admin-sign-out.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{{define "body" -}}
|
||||
<h2>Sign Out</h2>
|
||||
|
||||
<form method="POST">
|
||||
<input type="hidden" name="CSRF" value="{{.Session.CSRF}}">
|
||||
<p>
|
||||
<button type="submit">Sign Out</button>
|
||||
<a href="/admin/config/">Cancel</a>
|
||||
</p>
|
||||
</form>
|
||||
{{- end}}
|
||||
Reference in New Issue
Block a user