new style list of tournaments

sync_v2
Raz 7 months ago
parent 42cf4abbd5
commit 6a257062df
  1. 4
      tournaments/templates/tournaments/tournaments.html

@ -54,7 +54,7 @@
{% include 'tournaments/tournament_row.html' %} {% include 'tournaments/tournament_row.html' %}
{% endfor %} {% endfor %}
<div class="table-row-5-colums-tournament footer"> <div class="table-row-5-colums-tournament footer">
{% if live|length >= 10 %} {% if future|length >= 10 %}
<div class="small"> <div class="small">
{% if club %} {% if club %}
<a href="{% url 'tournaments' %}?filter=0&club={{ club.id }}">voir tous les tournois à venir</a> <a href="{% url 'tournaments' %}?filter=0&club={{ club.id }}">voir tous les tournois à venir</a>
@ -83,7 +83,7 @@
{% include 'tournaments/tournament_row.html' %} {% include 'tournaments/tournament_row.html' %}
{% endfor %} {% endfor %}
<div class="table-row-5-colums-tournament footer"> <div class="table-row-5-colums-tournament footer">
{% if live|length >= 10 %} {% if ended|length >= 10 %}
<div class="small"> <div class="small">
{% if club %} {% if club %}
<a href="{% url 'tournaments' %}?filter=2&club={{ club.id }}">voir tous les tournois terminés</a> <a href="{% url 'tournaments' %}?filter=2&club={{ club.id }}">voir tous les tournois terminés</a>

Loading…
Cancel
Save