+
+
{% if ended_tournaments %}
@@ -48,4 +37,17 @@
{% endif %}
+
+
+
+
+ {% if upcoming_tournaments %}
+ {% for tournament in upcoming_tournaments %}
+ {% include 'tournaments/tournament_row.html' %}
+ {% endfor %}
+ {% else %}
+ Aucun tournoi à venir
+ {% endif %}
+
+
{% endblock %}
diff --git a/tournaments/templates/tournaments/tournaments.html b/tournaments/templates/tournaments/tournaments.html
index bd5d7d9..8200273 100644
--- a/tournaments/templates/tournaments/tournaments.html
+++ b/tournaments/templates/tournaments/tournaments.html
@@ -73,7 +73,7 @@
{% endif %}
{% if ended %}
-