|
|
|
@ -4,6 +4,8 @@ |
|
|
|
{% block first_title %}{{ tournament.event.display_name }}{% endblock %} |
|
|
|
{% block first_title %}{{ tournament.event.display_name }}{% endblock %} |
|
|
|
{% block second_title %}{{ tournament.display_name }}{% endblock %} |
|
|
|
{% block second_title %}{{ tournament.display_name }}{% endblock %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% if tournament.display_group_stages %} |
|
|
|
|
|
|
|
|
|
|
|
{% block content %} |
|
|
|
{% block content %} |
|
|
|
|
|
|
|
|
|
|
|
{% include 'tournaments/navigation_tournament.html' %} |
|
|
|
{% include 'tournaments/navigation_tournament.html' %} |
|
|
|
@ -15,3 +17,5 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
{% endblock %} |
|
|
|
{% endblock %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% endif %} |
|
|
|
|