From 003e24cec709697bac6a4a95001b7dc641ad9910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Wed, 24 Jan 2018 11:09:25 +0100 Subject: [PATCH] fix regression --- cfp/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, },