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