From 09d67249cc4cff228efd5f304995a622b0e6690b Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 2 May 2023 14:11:01 +0100 Subject: [PATCH] format --- lnbits/core/templates/core/index.html | 32 +++++++++++++-------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/lnbits/core/templates/core/index.html b/lnbits/core/templates/core/index.html index 7cb74635..666bf13d 100644 --- a/lnbits/core/templates/core/index.html +++ b/lnbits/core/templates/core/index.html @@ -152,25 +152,23 @@ - {% if AD_SPACE %} {% for ADS in AD_SPACE %} {% set AD = ADS.split(';') - %} -
- {{ AD_TITLE }} + {% if AD_SPACE %} {% for ADS in AD_SPACE %} {% set AD = ADS.split(';') %} +
+ {{ AD_TITLE }} - - - - -
- {% endfor %} {% endif %} + + + +
+ {% endfor %} {% endif %} - {% endblock %} +{% endblock %}