From df3afeeb50e2e753e5abcc75b88e7fda7ab50125 Mon Sep 17 00:00:00 2001 From: seidl Date: Fri, 20 Nov 2020 10:37:21 +0100 Subject: [PATCH 1/3] Update 'templates/home.html' --- templates/home.html | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/templates/home.html b/templates/home.html index c7ef6a8..c34c6b8 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,14 +1,17 @@ - -{% if user %} -
- Logged in as - - {{ user.username }} -
-test -logout -{% else %} -login -{% endif %} + + +{% if user %} +
+ Logged in as + + {{ user.username }} +
+test +logout +{% else %} +login +{% endif %} + + From 7d7988c6f01f7d24e902625c59afd5b5e39d719f Mon Sep 17 00:00:00 2001 From: seidl Date: Fri, 20 Nov 2020 10:58:41 +0100 Subject: [PATCH 2/3] Web API Update --- templates/home.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/home.html b/templates/home.html index c34c6b8..3ae319f 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,4 +1,5 @@ + @@ -15,3 +16,5 @@ {% endif %} + + From 3ec7bbfecc197d52c36e95334db29068c6f72e4e Mon Sep 17 00:00:00 2001 From: seidl Date: Fri, 20 Nov 2020 11:39:18 +0100 Subject: [PATCH 3/3] Web API Update --- templates/error.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/error.html b/templates/error.html index 3eb64fe..7b13c7b 100644 --- a/templates/error.html +++ b/templates/error.html @@ -1,2 +1,5 @@ -

Error

-

{{ error.description }}

+ +

Something bad happened

+

{{ error.description }}

+ +