|
|
|
|
@ -2,9 +2,9 @@ |
|
|
|
|
|
|
|
|
|
<a href="{% url 'tournament-info' tournament.id %}" class="topmargin5 orange">Informations</a> |
|
|
|
|
|
|
|
|
|
{% if tournament.display_matches %} |
|
|
|
|
<!-- {% if tournament.display_matches %} |
|
|
|
|
<a href="{% url 'tournament-bracket' tournament.id %}" class="topmargin5 orange">Tableau</a> |
|
|
|
|
{% endif %} |
|
|
|
|
{% endif %} --> |
|
|
|
|
|
|
|
|
|
{% if tournament.display_matches or tournament.display_group_stages %} |
|
|
|
|
<a href="{% url 'tournament' tournament.id %}" class="topmargin5 orange">Matches</a> |
|
|
|
|
|