From 10c8d71a6bbe39e824a88ff17035606f092f8871 Mon Sep 17 00:00:00 2001 From: Jeremy Epstein Date: Wed, 28 Oct 2015 09:08:40 +1100 Subject: [PATCH] fix error in 401 template --- flask_editablesite/templates/401.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/flask_editablesite/templates/401.html b/flask_editablesite/templates/401.html index 3ac6b38..6bbb79a 100644 --- a/flask_editablesite/templates/401.html +++ b/flask_editablesite/templates/401.html @@ -7,9 +7,8 @@

401

-

You are not authorized to see this page. Please log in or - create a new account. -

+

You are not authorized to see this page.

+

Want to go home instead?

{% endblock %}