forked from DGNum/gestioCOF
Retire l'inscription au premier tirage au sort
This commit is contained in:
parent
f704c9f593
commit
e2e3bcd2b8
1 changed files with 6 additions and 6 deletions
|
@ -12,7 +12,7 @@
|
|||
<li><a href="{% url "gestioncof.views.event" event.id %}">{{ event.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endif %} --!>
|
||||
{% endif %} -->
|
||||
{% if open_surveys %}
|
||||
<h3>Sondages en cours</h3>
|
||||
<ul>
|
||||
|
@ -24,14 +24,14 @@
|
|||
|
||||
|
||||
{% if user.profile.is_cof %}
|
||||
<!-- <h3>BdA</h3>
|
||||
<h3>BdA</h3>
|
||||
<ul>
|
||||
<li><a href="{% url "bda-tirage-inscription" %}">Inscription au premier tirage au sort du BdA</a></li>
|
||||
<li><a href="{% url "bda-etat-places" %}">État des demandes</a>
|
||||
<!-- <li><a href="{% url "bda-tirage-inscription" %}">Inscription au premier tirage au sort du BdA</a></li>
|
||||
<li><a href="{% url "bda-etat-places" %}">État des demandes</a>-->
|
||||
<li><a href="{% url "bda-places-attribuees" %}">Mes places du premier tirage</a></li>
|
||||
<li><a href="{% url "bda-revente" %}">Revendre une place du premier tirage</a></li>
|
||||
<br>
|
||||
Second tirage
|
||||
<!-- Second tirage
|
||||
<li><a href="{% url "bda2-tirage-inscription" %}">Inscription au deuxième tirage au sort du BdA</a></li>
|
||||
<li><a href="{% url "bda2-etat-places" %}">État des demandes</a></li>
|
||||
<li><a href="{% url "bda2-places-attribuees" %}">Mes places du deuxième tirage</a></li>
|
||||
|
@ -46,7 +46,7 @@
|
|||
<li><a href="{% url "bda3-revente" %}">Revendre une place du troisième tirage</a></li>
|
||||
<br>
|
||||
|
||||
</ul> --!>
|
||||
</ul> -->
|
||||
{% endif %}
|
||||
|
||||
<h3>Divers</h3>
|
||||
|
|
Loading…
Reference in a new issue