From 805363eac53ed87d7645e1378e4fc5069a35d06a Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Wed, 5 Aug 2020 19:54:13 +0200 Subject: [PATCH] Trying to move navigation into sidebar. --- .../lostplaces_app/templates/global.html | 29 +++++++++---------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/lostplaces/lostplaces_app/templates/global.html b/lostplaces/lostplaces_app/templates/global.html index 92dde97..11f4920 100644 --- a/lostplaces/lostplaces_app/templates/global.html +++ b/lostplaces/lostplaces_app/templates/global.html @@ -25,30 +25,27 @@ Hi {{ user.username }}! logout {% else %} - Du bist nicht eingeloggt. + You are not logged in. login | signup {% endif %} -
-
- - -
- {% block maincontent %} - - {% endblock maincontent %} + +
+ {% block maincontent %} + {% endblock maincontent %} +
\ No newline at end of file