From bfb27020ee1508a27439b0f73ac530d582567559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Thu, 27 Apr 2023 15:38:52 +0200 Subject: [PATCH] regression: fatfinger removed block styles (#1659) quickfix format --- lnbits/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/templates/base.html b/lnbits/templates/base.html index facfd2e0..3251ffe7 100644 --- a/lnbits/templates/base.html +++ b/lnbits/templates/base.html @@ -4,7 +4,7 @@ {% for url in INCLUDED_CSS %} - {% endfor %} + {% endfor %} {% block styles %}{% endblock %} {% block title %}{{ SITE_TITLE }}{% endblock %}