From 750bb7dd1bfb528bd424d51a2ce4b9dffa32919c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Pi=C3=A9tri?= Date: Sat, 9 Jan 2021 19:53:37 +0100 Subject: [PATCH] fix: :children_crossing: Move user menu back to the right side of the screen (Fix #306) --- templates/base.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/templates/base.html b/templates/base.html index 36fc45e4..324891d0 100644 --- a/templates/base.html +++ b/templates/base.html @@ -82,18 +82,19 @@ with this program; if not, write to the Free Software Foundation, Inc.,
-
- {% include 'sidebar.html' %} - - {% block sidebar %} - {% endblock %} +
-
+
{# Display django.contrib.messages as Bootstrap alerts #} {% bootstrap_messages %} {% block content %}{% endblock %}
-
+ +
+ {% include 'sidebar.html' %} + + {% block sidebar %} + {% endblock %}