From 2cce687865c62a4617277410fba0be2678f195fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Tue, 24 Mar 2026 17:19:28 +0100 Subject: [PATCH] bugfix: template regression from last commit (#3895) --- lnbits/templates/base.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/lnbits/templates/base.html b/lnbits/templates/base.html index 1f6023ce3..c81271b2e 100644 --- a/lnbits/templates/base.html +++ b/lnbits/templates/base.html @@ -82,19 +82,21 @@ {% for url in INCLUDED_JS %} - {% endfor %} + {% endfor %} {% if user %} - {% if user %} {% endif %} + + {% block scripts %}{% endblock %}