forked from DGNum/gestioCOF
cleaner shotgun cases
This commit is contained in:
parent
83f0328cc2
commit
0a5b488d75
1 changed files with 4 additions and 1 deletions
|
@ -343,6 +343,9 @@ Le BdA""" % (spectacle.title, winner.user.get_full_name(), winner.user.email)
|
||||||
mail.send_mail("BdA-Revente : %s" % spectacle.title,
|
mail.send_mail("BdA-Revente : %s" % spectacle.title,
|
||||||
mail_seller, "bda@ens.fr", [seller.user.email],
|
mail_seller, "bda@ens.fr", [seller.user.email],
|
||||||
fail_silently=False)
|
fail_silently=False)
|
||||||
|
|
||||||
|
else: # Si personne ne veut la place, elle part au shotgun
|
||||||
|
self.shotgun = True
|
||||||
|
|
||||||
self.tirage_done = True
|
self.tirage_done = True
|
||||||
self.shotgun = True
|
|
||||||
self.save()
|
self.save()
|
||||||
|
|
Loading…
Reference in a new issue