diff --git a/tournaments/templates/registration/my_tournaments.html b/tournaments/templates/registration/my_tournaments.html index b237df0..b24a25f 100644 --- a/tournaments/templates/registration/my_tournaments.html +++ b/tournaments/templates/registration/my_tournaments.html @@ -72,4 +72,5 @@ {% endif %} + {% endblock %} diff --git a/tournaments/templates/tournaments/tournament_info.html b/tournaments/templates/tournaments/tournament_info.html index 10f6e56..5a81e3e 100644 --- a/tournaments/templates/tournaments/tournament_info.html +++ b/tournaments/templates/tournaments/tournament_info.html @@ -6,16 +6,15 @@ {% block title_link %}{% url 'tournament' tournament.id %}{% endblock %} {% block content %} +{% include 'tournaments/navigation_tournament.html' %} {% load static %} {% load tz %} - {% include 'tournaments/navigation_tournament.html' %} -