From ada6a79b1cd3a755811741a7f4194ec53ae337e2 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 30 Sep 2020 15:04:57 -0700 Subject: [PATCH] Error and 404 pages --- bookwyrm/templates/error.html | 4 ++-- bookwyrm/templates/notfound.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bookwyrm/templates/error.html b/bookwyrm/templates/error.html index d3e514013..5169c63e4 100644 --- a/bookwyrm/templates/error.html +++ b/bookwyrm/templates/error.html @@ -1,8 +1,8 @@ {% extends 'layout.html' %} {% block content %} -
-

Server Error

+
+

Server Error

Something went wrong! Sorry about that.

diff --git a/bookwyrm/templates/notfound.html b/bookwyrm/templates/notfound.html index 6c9f1b10d..23a771923 100644 --- a/bookwyrm/templates/notfound.html +++ b/bookwyrm/templates/notfound.html @@ -1,8 +1,8 @@ {% extends 'layout.html' %} {% block content %} -
-

Not Found

+
+

Not Found

The page your requested doesn't seem to exist!