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