forked from DGNum/gestioCOF
Merge branch 'Aufinal/bda_revente' Fix
This commit is contained in:
commit
2f920536dd
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ def buy_revente(request, spectacle_id):
|
|||
if revente.shotgun:
|
||||
reventes_shotgun.append(revente)
|
||||
|
||||
if reventes_shotgun.empty():
|
||||
if not reventes_shotgun:
|
||||
return render(request, "bda-no-revente.html", {})
|
||||
|
||||
if request.POST:
|
||||
|
|
Loading…
Reference in a new issue