fix hide matches

clubs
Razmig Sarkissian 1 year ago
parent 5f88298d7c
commit 539ff098b9
  1. 2
      tournaments/templates/tournaments/matches.html

@ -9,6 +9,7 @@
{% include 'tournaments/navigation_tournament.html' %} {% include 'tournaments/navigation_tournament.html' %}
{% if tournament.display_matches %}
{% if rounds or group_stages %} {% if rounds or group_stages %}
<nav class="margin10"> <nav class="margin10">
<a href="{% url 'tournament' tournament.id %}" class="mybox topmargin5">Tous les matchs</a> <a href="{% url 'tournament' tournament.id %}" class="mybox topmargin5">Tous les matchs</a>
@ -37,5 +38,6 @@
{% endfor %} {% endfor %}
{% endif %}
{% endblock %} {% endblock %}
{% endif %} {% endif %}

Loading…
Cancel
Save