diff --git a/tournaments/templates/tournaments/Padeltest.html b/tournaments/templates/tournaments/Padeltest.html deleted file mode 100644 index 31fc92d..0000000 --- a/tournaments/templates/tournaments/Padeltest.html +++ /dev/null @@ -1,516 +0,0 @@ - - - - - - - - - Padel - - - -
-
-
-
-
-
- - - -
-

- Tennis Sporting Club Cassis -

-

P100 hommes

- Propulsé par Padel Club -
-
-
-
- -
-
-
-
- - -
- -
-
-
-
- Sanyo Gutierrez -
-
- Franco Stupachuk -
-
- -
- 6 - 6 - 6 -
-
- -
-
-
Juan Lebron
-
Ale Galan
-
- -
- 2 - 3 - 4 -
-
-
- -
- - détails -
-
-
- -
-
-
- - -
- -
-
-
-
- Fernando Belasteguín -
-
- Carlos Daniel Gutierrez -
-
- -
- 6 - 6 - 6 -
-
- -
-
-
Francisco Manuel Gil
-
Agustin Gomez Silingo
-
- -
- 2 - 3 - 4 -
-
-
- -
- - détails -
-
-
- -
-
-
- - -
- -
-
-
-
Sanyo
-
Stupa
-
- -
- 6 - 6 - 6 -
-
- -
-
-
Lebron
-
Galan
-
- -
- 2 - 3 - 4 -
-
-
- -
- - détails -
-
-
- -
-
-
- - -
- -
-
-
-
Sanyo
-
Stupa
-
- -
- 6 - 6 - 6 -
-
- -
-
-
Lebron
-
Galan
-
- -
- 2 - 3 - 4 -
-
-
- -
- - détails -
-
-
- -
-
-
- - -
- -
-
-
-
Sanyo
-
Stupa
-
- -
- 6 - 6 - 6 -
-
- -
-
-
Lebron
-
Galan
-
- -
- 2 - 3 - 4 -
-
-
- -
- - détails -
-
-
- -
-
-
- - -
- -
-
-
-
Sanyo
-
Stupa
-
- -
- 6 - 6 - 6 -
-
- -
-
-
Lebron
-
Galan
-
- -
- 2 - 3 - 4 -
-
-
- -
- - détails -
-
-
- -
-
-
- - -
- -
-
-
-
Sanyo
-
Stupa
-
- -
- 6 - 6 - 6 -
-
- -
-
-
Lebron
-
Galan
-
- -
- 2 - 3 - 4 -
-
-
- -
- - détails -
-
-
- -
-
-
- - -
- -
-
-
-
Sanyo
-
Stupa
-
- -
- 6 - 6 - 6 -
-
- -
-
-
Lebron
-
Galan
-
- -
- 2 - 3 - 4 -
-
-
- -
- - détails -
-
-
-
-
-
-
- - diff --git a/tournaments/templates/tournaments/base.html b/tournaments/templates/tournaments/base.html index 35fc888..c19ac49 100644 --- a/tournaments/templates/tournaments/base.html +++ b/tournaments/templates/tournaments/base.html @@ -4,6 +4,7 @@ + + + - - - - - - - - Padel - - - - - - - -
-
-
- -
-
-
- -
-

4Padel Toulouse

-

Planning

- -
-
-
-
- -
-
- - - -
-
- - - - - - - - - - - - - - - - -
-
-
- - - diff --git a/tournaments/templates/tournaments/tournaments_old.html b/tournaments/templates/tournaments/tournaments_old.html deleted file mode 100644 index 58c05fb..0000000 --- a/tournaments/templates/tournaments/tournaments_old.html +++ /dev/null @@ -1,118 +0,0 @@ - - {% load static %} - - - - - - - - - Padel Club - - - - - -
-
-
-
-
-
- -
-

Bienvenue !

-

Tournois

- -
-
-
-
- - {% if live or future %} - -
-
-
- {% if live %} - - - - {% for tournament in live %} - - {% include 'tournaments/tournament_row.html' %} - - {% endfor %} {% endif %} - - {% if future %} - - - - {% for tournament in future %} - - {% include 'tournaments/tournament_row.html' %} - - {% endfor %} {% endif %} -
-
- {% endif %} - - {% if ended %} -
-
- - - - {% for tournament in ended %} - - {% include 'tournaments/tournament_row.html' %} - - {% endfor %} -
-
- {% endif %} -
-
-
-
- -