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