From dd9b217fdf5df3c6ed79ef06722307ca112a47f1 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Tue, 4 Feb 2025 11:53:08 +0000 Subject: [PATCH] Fix index.html error (#2923) * Fix index.html error * first install --- lnbits/core/templates/core/first_install.html | 2 +- lnbits/core/templates/core/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lnbits/core/templates/core/first_install.html b/lnbits/core/templates/core/first_install.html index 424492e9..331f18ab 100644 --- a/lnbits/core/templates/core/first_install.html +++ b/lnbits/core/templates/core/first_install.html @@ -1,4 +1,4 @@ -{% extends "public.html" %} {% block page %} +{% extends "public.html" %} {% block page_container %}
diff --git a/lnbits/core/templates/core/index.html b/lnbits/core/templates/core/index.html index a22450d0..ec728ba4 100644 --- a/lnbits/core/templates/core/index.html +++ b/lnbits/core/templates/core/index.html @@ -1,6 +1,6 @@ {% extends "public.html" %} {% block scripts %} -{% endblock %} {% block page %} +{% endblock %} {% block page_container %}