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 %}