cleaner shotgun cases

This commit is contained in:
Ludovic Stephan 2016-10-27 12:56:54 -02:00
parent 83f0328cc2
commit 0a5b488d75

View file

@ -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_seller, "bda@ens.fr", [seller.user.email],
fail_silently=False)
else: # Si personne ne veut la place, elle part au shotgun
self.shotgun = True
self.tirage_done = True
self.shotgun = True
self.save()