wrong url

This commit is contained in:
Ludovic Stephan 2016-10-13 16:02:52 +02:00
parent cde83025ee
commit cf68abc789

View file

@ -438,7 +438,7 @@ def buy_revente(request, spectacle_id):
if reventes.filter(seller=participant).exists():
revente = reventes.filter(seller=participant)[0]
revente.delete()
return HttpResponseRedirect(reverse("bda-revente-shotgun",
return HttpResponseRedirect(reverse("bda-shotgun",
args=[tirage.id]))
reventes_shotgun = []
for revente in reventes.all():