add 404 handler for admin

This commit is contained in:
sentriz
2019-07-31 17:00:44 +01:00
parent 7580835146
commit e7c98808bb
6 changed files with 19 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
{{ define "content" }}
<div class="padded mono">
<div class="text-right">
page not found
</div>
</div>
{{ end }}