From 5c3b68252e69cf5740737196b0ead50270efd393 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Thu, 3 Sep 2020 00:17:42 +0200 Subject: [PATCH] Added note and link to UrBex codex. --- .../templates/partials/welcome.html | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/lostplaces/lostplaces_app/templates/partials/welcome.html b/lostplaces/lostplaces_app/templates/partials/welcome.html index 548f4d6..ea09419 100644 --- a/lostplaces/lostplaces_app/templates/partials/welcome.html +++ b/lostplaces/lostplaces_app/templates/partials/welcome.html @@ -4,10 +4,16 @@

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

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

+

+ We strictly follow our + UrBex codex + and expect you to do so, too. +