From 770ab1d145b7e9e4c356b6a7b4e63cf00faba93a Mon Sep 17 00:00:00 2001 From: Laurent Date: Tue, 25 Jun 2024 14:24:37 +0200 Subject: [PATCH] Show see all button --- tournaments/templates/tournaments/tournaments.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tournaments/templates/tournaments/tournaments.html b/tournaments/templates/tournaments/tournaments.html index 5c1facf..c7bdfda 100644 --- a/tournaments/templates/tournaments/tournaments.html +++ b/tournaments/templates/tournaments/tournaments.html @@ -23,7 +23,7 @@ {% include 'tournaments/tournament_row.html' %} {% endfor %} - {% if live|length > 10 %} + {% if live|length >= 10 %}
{% if club %} Voir tous... @@ -43,7 +43,7 @@ {% include 'tournaments/tournament_row.html' %} {% endfor %} - {% if future|length > 10 %} + {% if future|length >= 10 %}
{% if club %} Voir tous... @@ -70,7 +70,7 @@ {% include 'tournaments/tournament_row.html' %} {% endfor %} - {% if ended|length > 10 %} + {% if ended|length >= 10 %}
{% if club %} Voir tous...