🚧 Implement admin interface to manage shares and users

This commit is contained in:
2020-10-24 16:57:00 +02:00
parent f798551b97
commit 5034d1a1f8
12 changed files with 503 additions and 2 deletions

8
templates/error.html Normal file
View File

@@ -0,0 +1,8 @@
{{ define "page-content" }}
<div class="error">
<div class="message">{{ .ErrorMessage }}</div>
{{ if $.ReturnURL }}
<a href="{{ $.ReturnURL }}">Go back</a>
{{ end }}
</div>
{{ end }}