From 843832d978e09070c92ed780056486f67ee7d88a Mon Sep 17 00:00:00 2001 From: reverend Date: Mon, 31 Aug 2020 18:28:12 +0200 Subject: [PATCH] Viewport fix --- .../lostplaces_app/templates/global.html | 153 +++++++++--------- 1 file changed, 78 insertions(+), 75 deletions(-) diff --git a/lostplaces/lostplaces_app/templates/global.html b/lostplaces/lostplaces_app/templates/global.html index ee681f6..fa23d10 100644 --- a/lostplaces/lostplaces_app/templates/global.html +++ b/lostplaces/lostplaces_app/templates/global.html @@ -2,82 +2,85 @@ - - - - - - {% block title %}Urban Exploration{% endblock %} - - - {% block additional_head %} - {% endblock additional_head %} - - - -
-
- -
- - {% if user.is_authenticated %} - Hi {{ user.username }}! - logout - {% if user.is_superuser %} - | admin - {% endif %} - - {% else %} - You are not logged in. - login | - signup - {% endif %} - -
-
- - - -
- {% if messages %} -
-
    - {% for message in messages %} -
  • -
    -
    -
    -
    -
    -
    - {{ message }} + + + + + + + {% block title %}Urban Exploration{% endblock %} + + + {% block additional_head %} + {% endblock additional_head %} + + + + +
    +
    + +
    + + {% if user.is_authenticated %} + Hi {{ user.username }}! + logout + {% if user.is_superuser %} + | admin + {% endif %} + + {% else %} + You are not logged in. + login | + signup + {% endif %} + +
    +
    + + + +
    + {% if messages %} +
    +
      + {% for message in messages %} +
    • +
      +
      +
      -
    • - {% endfor %} -
    -
    - {% endif %} - {% block maincontent %} - {% endblock maincontent %} -
    -
    - +
    + {{ message }} +
    +
    +
  • + {% endfor %} +
+
+ {% endif %} + {% block maincontent %} + {% endblock maincontent %} +
+
+ + \ No newline at end of file