From 0f25b54533a044fd239efc52c5023fe400e10b41 Mon Sep 17 00:00:00 2001 From: Raz Date: Mon, 26 May 2025 11:52:47 +0200 Subject: [PATCH] remove a partir de --- tournaments/templates/tournaments/tournament_row.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}