You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
padelclub_backend/tournaments/templates/tournaments/navigation_tournament.html

10 lines
330 B

<nav class="margin10">
<a href="{% url 'tournament' tournament.id %}" class="mybox">Matches</a>
<a href="{% url 'group-stages' tournament.id %}" class="mybox">Poules</a>
{% if tournament.in_progress %}
<a href="{% url 'tournament-summons' tournament.id %}" class="mybox">Convocations</a>
{% endif %}
</nav>