more coherent names

This commit is contained in:
Ludovic Stephan 2016-11-14 12:52:02 -02:00
parent 790e73d7a4
commit a63269a4ce
5 changed files with 8 additions and 7 deletions

View file

@ -376,7 +376,7 @@ def revente_interested(request, revente_id):
revente.answered_mail.add(participant)
return render(request, "bda-interested.html",
{"spectacle": revente.attribution.spectacle,
"date": revente.expiration_time})
"date": revente.date_tirage})
@login_required