|
|
|
|
@ -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' %} |
|
|
|
|
|
|
|
|
|
<div class="grid-x"> |
|
|
|
|
<div class="cell medium-12 large-6 padding10"> |
|
|
|
|
{% if tournament.enable_online_registration and team %} |
|
|
|
|
<h1 class="club padding10 topmargin20">Votre équipe</h1 > |
|
|
|
|
{% if tournament.enable_online_registration and team %} |
|
|
|
|
<div class="cell medium-12 large-6 topblock padding10"> |
|
|
|
|
<h1 class="club padding10">Votre équipe</h1 > |
|
|
|
|
<div class="bubble"> |
|
|
|
|
{% if messages %} |
|
|
|
|
<div class="messages"> |
|
|
|
|
@ -156,10 +155,10 @@ |
|
|
|
|
{% endif %} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
{% endif %} |
|
|
|
|
</div> |
|
|
|
|
<div class="cell medium-12 large-6 padding10"> |
|
|
|
|
<h1 class="club padding10 topmargin20">{{ tournament.display_name }} {{ tournament.get_federal_age_category_display}}</h1> |
|
|
|
|
</div> |
|
|
|
|
{% endif %} |
|
|
|
|
<div class="cell medium-12 large-6 topblock padding10"> |
|
|
|
|
<h1 class="club padding10">{{ tournament.display_name }} {{ tournament.get_federal_age_category_display}}</h1> |
|
|
|
|
<div class="bubble"> |
|
|
|
|
|
|
|
|
|
{% if tournament.event.name %} |
|
|
|
|
|