@ -41,6 +41,12 @@
</div>
</header>
<nav class="margin10">
<a href="{% url 'tournament' tournament.id %}" class="mybox">Matches</a>
<a href="{% url 'group-stages' tournament.id %}" class="mybox">Poules</a>
<a href="{% url 'tournament-summons' tournament.id %}" class="mybox">Convocations</a>
</nav>
<main>
<!-- Content -->
{% block content %}
@ -6,15 +6,10 @@
<div class="margin10">
<div class="grid-x">
{% for group_stage in group_stages %}
{% include 'tournaments/group_stage_cell.html' %}
{% endfor %}
{% endblock %}
@ -6,12 +6,6 @@
{% if matches %}
{% for match in matches %}
@ -8,11 +8,7 @@
{% load static %}
{% if team_summons %}
<div class="grid-x padding-bottom">
@ -28,4 +24,7 @@
{% endif %}