aboutsummaryrefslogtreecommitdiff
path: root/templates/error.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/error.tmpl')
-rw-r--r--templates/error.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/error.tmpl b/templates/error.tmpl
index c8da1e6..4763fcf 100644
--- a/templates/error.tmpl
+++ b/templates/error.tmpl
@@ -1,8 +1,8 @@
{{with .Data}}
{{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
-<div class="page-title"> Error </div>
+<h1>Error</h1>
-<div class="error-text"> {{.Err}} </div>
+<p>{{.Err}}</p>
<div>
<a href="/timeline/home">home</a>
{{if .Retry}}