add 404 handler for admin

This commit is contained in:
sentriz
2019-08-21 15:04:40 +01:00
parent 7580835146
commit e7c98808bb
6 changed files with 19 additions and 7 deletions
+7
View File
@@ -0,0 +1,7 @@
{{ define "content" }}
<div class="padded mono">
<div class="text-right">
page not found
</div>
</div>
{{ end }}