Changeset - da562267327b
[Not reviewed]
0 1 0
Scott Bragg - 8 years ago 2016-09-03 05:06:01
jsbragg@scriptforge.org
Changed var name
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
symposion/proposals/models.py
Show inline comments
...
 
@@ -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,
0 comments (0 inline, 0 general)