fixes + deprecated migration

This commit is contained in:
Ludovic Stephan 2016-09-05 02:38:46 +02:00
parent 3bc9880db1
commit de522a0035
3 changed files with 5 additions and 41 deletions

View file

@ -12,7 +12,7 @@
{% if shotgun %}
<br>
<h3>Places disponibles immédiatement</h3>
<ul>
<ul class="list-unstyled">
{% for spectacle in shotgun %}
<li><a href="{% url "bda-buy-revente" spectacle.id %}">{{spectacle}}</a></li>
{% endfor %}