fix display matches

shop
Raz 8 months ago
parent d8ea9bc812
commit 22a5207af6
  1. 2
      tournaments/templates/tournaments/matches.html

@ -6,7 +6,6 @@
{% block content %}
{% if tournament.display_matches %}
{% include 'tournaments/navigation_tournament.html' %}
{% if tournament.display_matches or tournament.display_group_stages %}
@ -43,6 +42,5 @@
{% endfor %}
{% endif %}
{% endif %}
{% endblock %}

Loading…
Cancel
Save