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 }}

+ + diff --git a/templates/home.html b/templates/home.html index c7ef6a8..3ae319f 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,14 +1,20 @@ - -{% if user %} -
- Logged in as - - {{ user.username }} -
-test -logout -{% else %} -login -{% endif %} + + + +{% if user %} +
+ Logged in as + + {{ user.username }} +
+test +logout +{% else %} +login +{% endif %} + + + +