diff --git a/tournaments/templates/tournaments/broadcast_club.html b/tournaments/templates/tournaments/broadcast_club.html index cb3fa68..4d26072 100644 --- a/tournaments/templates/tournaments/broadcast_club.html +++ b/tournaments/templates/tournaments/broadcast_club.html @@ -20,14 +20,6 @@
{{ tournament.level }}
{{ tournament.category }}
-
-
{{ tournament.event.club.name }}
- {% if tournament.name_and_event %} -
- {{ tournament.name_and_event }} -
- {% endif %} -
Automatic | Matchs | @@ -36,6 +28,14 @@ Classement
+
+
{{ tournament.event.club.name }}
+ {% if tournament.name_and_event %} +
+ {{ tournament.name_and_event }} +
+ {% endif %} +
{% endfor %}