From dbbd2d2499b20b944d9556f01dd3ce6401a916b1 Mon Sep 17 00:00:00 2001 From: Laurent Date: Mon, 8 Jul 2024 15:09:36 +0200 Subject: [PATCH] Better link positioning --- .../templates/tournaments/broadcast_club.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 %}