fix reinit
This commit is contained in:
parent
56a1f8e634
commit
e408437ab1
1 changed files with 2 additions and 0 deletions
|
@ -333,6 +333,8 @@ def revente(request, tirage_id):
|
|||
revente = rev.get()
|
||||
revente.date = timezone.now() - timedelta(hours=1)
|
||||
revente.soldTo = None
|
||||
revente.notif_sent = False
|
||||
revente.tirage_done = False
|
||||
if revente.answered_mail:
|
||||
revente.answered_mail.clear()
|
||||
revente.save()
|
||||
|
|
Loading…
Add table
Reference in a new issue