|
|
|
@ -12,7 +12,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
{% for team in group_stage.teams %} |
|
|
|
{% for team in group_stage.teams %} |
|
|
|
|
|
|
|
|
|
|
|
<div class="flex {% if team.qualified %}winner{% endif %}"> |
|
|
|
<div class="flex {% if team.qualified %}qualified{% endif %}"> |
|
|
|
<div class="flex-left"> |
|
|
|
<div class="flex-left"> |
|
|
|
{% if team.team_registration.id %} |
|
|
|
{% if team.team_registration.id %} |
|
|
|
<a href="{% url 'team-details' tournament.id team.team_registration.id %}" class="group-stage-link"> <!-- Add this anchor tag --> |
|
|
|
<a href="{% url 'team-details' tournament.id team.team_registration.id %}" class="group-stage-link"> <!-- Add this anchor tag --> |
|
|
|
|