From ebaad7fe4976bfe4de0cd9b6bcadd7b1c3ae5720 Mon Sep 17 00:00:00 2001 From: Tiago Vasconcelos Date: Tue, 10 Oct 2023 15:04:13 +0100 Subject: [PATCH] q-btn inside block --- lnbits/templates/base.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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