From 07fbaab07c6ac2f3bf554cfb2757cda0c826a5b6 Mon Sep 17 00:00:00 2001 From: Raz Date: Sat, 12 Oct 2024 21:29:22 +0200 Subject: [PATCH] fix wc display --- tournaments/templates/tournaments/team_row.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tournaments/templates/tournaments/team_row.html b/tournaments/templates/tournaments/team_row.html index 4205bc4..09867b8 100644 --- a/tournaments/templates/tournaments/team_row.html +++ b/tournaments/templates/tournaments/team_row.html @@ -5,7 +5,8 @@
WC Tableau
{% elif team.wildcard_groupstage %}
WC Qualifications
- {% else %} + {% endif %} + {% if team.names %}
{% for name in team.names %}
{{ name }}
@@ -18,6 +19,8 @@
{% elif not team.wildcard_bracket and not team.wildcard_groupstage %}
{{ team.weight }}
+ {% elif team.names %} +
{{ team.weight }}
{% else %}
{% endif %}