summaryrefslogtreecommitdiff
path: root/templates/pages/notfound.gohtml
diff options
context:
space:
mode:
authorAlexander Kiryukhin <a.kiryukhin@mail.ru>2021-03-18 03:01:46 +0300
committerAlexander Kiryukhin <a.kiryukhin@mail.ru>2021-03-18 03:01:46 +0300
commit37c250d538893ff8178bd9c9e4dde225a991ce76 (patch)
tree379350cdfe47d3691fef9c8c5ef91acddfba36d3 /templates/pages/notfound.gohtml
parent6f31f35c7b38fbf63d7a0c9322458e0b75828495 (diff)
pevent access from messengers
Diffstat (limited to 'templates/pages/notfound.gohtml')
-rw-r--r--templates/pages/notfound.gohtml9
1 files changed, 2 insertions, 7 deletions
diff --git a/templates/pages/notfound.gohtml b/templates/pages/notfound.gohtml
index 911f8e1..d1b6e85 100644
--- a/templates/pages/notfound.gohtml
+++ b/templates/pages/notfound.gohtml
@@ -1,10 +1,5 @@
{{template "layout.gohtml" .}}
{{define "content"}}
-<div class="layout-center">
- <form action="/">
- <h1>Not found.</h1>
- <p>Link expired or already viewed.</p>
- <input type="submit" value="&larr; Back">
- </form>
-</div>
+ <h1>Not found.</h1>
+ <p>Link expired or already viewed.</p>
{{ end }}