Affichage d'un seul tirage sur la page d'accueil
This commit is contained in:
parent
fa7de0b7c7
commit
9ad14e7257
1 changed files with 1 additions and 14 deletions
|
@ -30,22 +30,9 @@
|
||||||
<li><a href="{% url "bda-tirage-inscription" 1 %}">Inscription au premier tirage au sort du BdA</a></li>
|
<li><a href="{% url "bda-tirage-inscription" 1 %}">Inscription au premier tirage au sort du BdA</a></li>
|
||||||
<li><a href="{% url "bda-etat-places" 1 %}">État des demandes</a>
|
<li><a href="{% url "bda-etat-places" 1 %}">État des demandes</a>
|
||||||
<li><a href="{% url "bda-places-attribuees" 1 %}">Mes places du premier tirage</a></li>
|
<li><a href="{% url "bda-places-attribuees" 1 %}">Mes places du premier tirage</a></li>
|
||||||
|
<li><a href="{% url "bda-revente" 1 %}">Revendre une place du premier tirage</a></li>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
Second tirage
|
|
||||||
<li><a href="{% url "bda-tirage-inscription" 2 %}">Inscription au deuxième tirage au sort du BdA</a></li>
|
|
||||||
<li><a href="{% url "bda-etat-places" 2 %}">État des demandes</a></li>
|
|
||||||
<li><a href="{% url "bda-places-attribuees" 2 %}">Mes places du deuxième tirage</a></li>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
Troisième tirage
|
|
||||||
<li><a href="{% url "bda-tirage-inscription" 3 %}">Inscription au troisième tirage au sort du BdA</a></li>
|
|
||||||
<li><a href="{% url "bda-etat-places" 3 %}">État des demandes</a></li>
|
|
||||||
<li><a href="{% url "bda-places-attribuees" 3 %}">Mes places du troisième tirage</a></li>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
Revente
|
|
||||||
<li><a href="{% url "bda-revente" %}">Revendre une place</a></li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue