diff --git a/cfp/views.py b/cfp/views.py index 44f34ce..40e852c 100644 --- a/cfp/views.py +++ b/cfp/views.py @@ -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, },