Start
-Start
+Welcome - {% if user.is_authenticated %} - {{ user.username }} - {% else %} - explorer - {% endif %} - !
- -{% lorem %}
-{% lorem %}
-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 @@
- Welcome
- {% if user.is_authenticated %}
- {{ user.username }}
- {% else %}
- explorer
- {% endif %}
- ! {% lorem %} {% lorem %}Start
- Start
+
Welcome to our Urban Exploration community catalogue, + {% if user.is_authenticated %} + {{ user.username }} + {% else %} + explorer + {% endif %} + !
+