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