From c28cc3ac3c3a6420c9b35b4649f97c5b3f8f7d2b Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Wed, 2 Sep 2020 23:56:19 +0200 Subject: [PATCH] Removed lorem dummy content from welcome message. --- .../templates/partials/welcome.html | 29 ++++++++----------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/lostplaces/lostplaces_app/templates/partials/welcome.html b/lostplaces/lostplaces_app/templates/partials/welcome.html index 97b0f88..548f4d6 100644 --- a/lostplaces/lostplaces_app/templates/partials/welcome.html +++ b/lostplaces/lostplaces_app/templates/partials/welcome.html @@ -1,18 +1,13 @@ -
-
-

Start

-
+
+

Start

+
-
-

Welcome - {% if user.is_authenticated %} - {{ user.username }} - {% else %} - explorer - {% endif %} - !

- -

{% lorem %}

-

{% lorem %}

-
-
+
+

Welcome to our Urban Exploration community catalogue, + {% if user.is_authenticated %} + {{ user.username }} + {% else %} + explorer + {% endif %} + !

+