From 24e43d8c795176921d453f7ee1c3aaeb34286aec Mon Sep 17 00:00:00 2001 From: yaemiku Date: Thu, 18 Aug 2022 02:44:26 +0200 Subject: [PATCH] [fix] no bg --- core/templates/tournaments-reverse.html | 4 +--- core/templates/youth-reverse.html | 2 +- core/templates/youth.html | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/core/templates/tournaments-reverse.html b/core/templates/tournaments-reverse.html index cbe1241..be6b1c8 100644 --- a/core/templates/tournaments-reverse.html +++ b/core/templates/tournaments-reverse.html @@ -4,9 +4,7 @@ {% load static tailwind_tags wysiwyg %} {% block content %}
-
+
{% if focus.show_title %}

{{ focus.title }}

{% endif %} diff --git a/core/templates/youth-reverse.html b/core/templates/youth-reverse.html index 1e0671d..eef7aca 100644 --- a/core/templates/youth-reverse.html +++ b/core/templates/youth-reverse.html @@ -4,7 +4,7 @@ {% load static tailwind_tags wysiwyg %} {% block content %}
-
+
{% if focus.show_title %}

{{ focus.title }}

{% endif %} diff --git a/core/templates/youth.html b/core/templates/youth.html index 3f2abdd..32e4c40 100644 --- a/core/templates/youth.html +++ b/core/templates/youth.html @@ -5,7 +5,7 @@ {% load static tailwind_tags wysiwyg %} {% block content %}
{% for article in youth %} -
+
{% if article.show_title %}

{{ article.title }}

{% endif %}