From 3ff85363f2dce4feb19e46001e46fb63a3bab757 Mon Sep 17 00:00:00 2001 From: Tiago Vasconcelos Date: Mon, 16 Dec 2024 15:38:22 +0000 Subject: [PATCH] hotfix the hotfix (#2832) --- lnbits/templates/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lnbits/templates/base.html b/lnbits/templates/base.html index 99479c23..ae56f6d4 100644 --- a/lnbits/templates/base.html +++ b/lnbits/templates/base.html @@ -65,16 +65,16 @@ class="q-mr-md gt-md" > - {%endif%} {% if LNBITS_CUSTOM_BADGE is defined %} + {%endif%} {% if LNBITS_CUSTOM_BADGE is not none and + LNBITS_CUSTOM_BADGE != "" %} - {%endif%} {% if LNBITS_SERVICE_FEE > 0 %} + {% endif %} {% if LNBITS_SERVICE_FEE > 0 %}