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...