diff --git a/lnbits/templates/base.html b/lnbits/templates/base.html index 58db099a..aa2cb541 100644 --- a/lnbits/templates/base.html +++ b/lnbits/templates/base.html @@ -37,10 +37,9 @@ Logo {%else%} {% if SITE_TITLE != 'LNbits' %} {{ SITE_TITLE }} {% else %} - LNbits {% endif %} {%endif%} {% - endblock %} - - {% block toolbar_subtitle %}{%if user and user.super_user%} + LNbits {% endif %} {%endif%} {% endblock %} {% block toolbar_subtitle %}{%if user and + user.super_user%} Super User {% elif user and user.admin %} Admin User