fix regression

This commit is contained in:
Élie Bouttier 2018-01-24 11:09:25 +01:00
parent 0434a4514d
commit 003e24cec7
1 changed files with 1 additions and 1 deletions

View File

@ -695,7 +695,7 @@ def talk_list(request):
thread=talk.conversation,
author=request.user,
subject=_("[%(conference)s] The talk '%(talk)s' have been %(action)s") % {
'conference': conference,
'conference': request.conference,
'talk': talk,
'action': action,
},