Changed var name

This commit is contained in:
Scott Bragg 2016-09-03 15:06:01 +10:00
parent c7608fb0d5
commit da56226732

View file

@ -196,7 +196,7 @@ class ProposalBase(models.Model):
def notification_email_context(self):
return {
"title": self.title,
"speaker": self.speaker,
"main_speaker": self.speaker,
"speakers": ', '.join([x.name for x in self.speakers()]),
"additional_speakers": self.additional_speakers,
"kind": self.kind.name,