|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{% extends 'tournaments/base.html' %} |
|
|
|
{% extends 'tournaments/base.html' %} |
|
|
|
|
|
|
|
|
|
|
|
{% block head_title %}Matchs{% endblock %} |
|
|
|
{% block head_title %}Convocations{% endblock %} |
|
|
|
{% block first_title %}{{ tournament.name }}{% endblock %} |
|
|
|
{% block first_title %}{{ tournament.name }}{% endblock %} |
|
|
|
{% block second_title %}Convocations{% endblock %} |
|
|
|
{% block second_title %}Convocations{% endblock %} |
|
|
|
|
|
|
|
|
|
|
|
@ -8,9 +8,15 @@ |
|
|
|
|
|
|
|
|
|
|
|
{% load static %} |
|
|
|
{% load static %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="margin10"> |
|
|
|
|
|
|
|
<a href="{% url 'tournament' tournament.id %}" class="mybox">Matches</a> |
|
|
|
|
|
|
|
<a href="{% url 'group-stages' tournament.id %}" class="mybox">Poules</a> |
|
|
|
|
|
|
|
<a href="{% url 'tournament-summons' tournament.id %}" class="mybox">Convocations</a> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="grid-x padding-bottom"> |
|
|
|
<div class="grid-x padding-bottom"> |
|
|
|
|
|
|
|
|
|
|
|
<div class="cell medium-6 large-6 topblock my-block"> |
|
|
|
<div class="cell medium-6 large-6 my-block"> |
|
|
|
<div class="bubble"> |
|
|
|
<div class="bubble"> |
|
|
|
{% for summon in team_summons %} |
|
|
|
{% for summon in team_summons %} |
|
|
|
|
|
|
|
|
|
|
|
|