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' %} -
-
- {% if tournament.enable_online_registration and team %} -

Votre équipe

+ {% if tournament.enable_online_registration and team %} +
+

Votre équipe

{% if messages %}
@@ -156,10 +155,10 @@ {% endif %}
- {% endif %} -
-
-

{{ tournament.display_name }} {{ tournament.get_federal_age_category_display}}

+
+ {% endif %} +
+

{{ tournament.display_name }} {{ tournament.get_federal_age_category_display}}

{% if tournament.event.name %}