diff --git a/tournaments/templates/tournaments/tournament_row.html b/tournaments/templates/tournaments/tournament_row.html index cc2c678..ffb6447 100644 --- a/tournaments/templates/tournaments/tournament_row.html +++ b/tournaments/templates/tournaments/tournament_row.html @@ -24,7 +24,11 @@ {% if tournament.name %}
{{ tournament.name }}
{% endif %} -
à partir de {{ tournament.localized_start_time }} | {{ tournament.localized_day_duration }}
+ {% if tournament.has_started or tournament.has_ended %} +
{{ tournament.localized_day_duration }}
+ {% else %} +
à partir de {{ tournament.localized_start_time }} | {{ tournament.localized_day_duration }}
+ {% endif %}
{% if user.is_authenticated %}