From f1bebd44b903e7a7a53164e05daef10f38e5457a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Sedlo=C5=88?= Date: Sat, 1 Jul 2017 21:11:44 +0200 Subject: [PATCH 1/2] Fix url_for for login page --- project/client/templates/errors/401.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/client/templates/errors/401.html b/project/client/templates/errors/401.html index 3b8875c..ad0dec2 100644 --- a/project/client/templates/errors/401.html +++ b/project/client/templates/errors/401.html @@ -6,7 +6,7 @@

401

-

You are not authorized to view this page. Please log in.

+

You are not authorized to view this page. Please log in.

{% endblock %} From 47f06ff34da065b07e16bab90043d7db6381478b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Sedlo=C5=88?= Date: Sat, 1 Jul 2017 21:21:56 +0200 Subject: [PATCH 2/2] Forgot on this fix --- project/client/templates/errors/403.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/client/templates/errors/403.html b/project/client/templates/errors/403.html index 3b8875c..ad0dec2 100644 --- a/project/client/templates/errors/403.html +++ b/project/client/templates/errors/403.html @@ -6,7 +6,7 @@

401

-

You are not authorized to view this page. Please log in.

+

You are not authorized to view this page. Please log in.

{% endblock %}