From 66530351adef77d4c7bee01b9f485f5b0f2a4cca Mon Sep 17 00:00:00 2001 From: Santiago Lamora Date: Mon, 28 Feb 2022 19:01:32 +0100 Subject: [PATCH] Move language selector to bottom of the sidebar --- musician/templates/musician/base.html | 55 ++++++++++----------------- 1 file changed, 21 insertions(+), 34 deletions(-) diff --git a/musician/templates/musician/base.html b/musician/templates/musician/base.html index 3d4a1ec..bfe3258 100644 --- a/musician/templates/musician/base.html +++ b/musician/templates/musician/base.html @@ -55,44 +55,20 @@ {% endfor %} - - {# #} -
- + {{ profile.username }}
+ {% trans "Settings" %} + +
- - -
+ Panel Version {{ version }}
{% endblock sidebar %} @@ -126,7 +113,7 @@ {% endfor %} {% endblock messages %} - {% block content %} + {% block content %} {% endblock content %}