Skip to content

Commit

Permalink
proposalbase: return better proposal name
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Sep 14, 2015
1 parent 8f839a1 commit 92ee140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symposion/proposals/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def notification_email_context(self):
}

def __str__(self):
return self.title
return "%s - %s(%s)" % (self.title, self.speaker.name, self.kind.name)

reversion.register(ProposalBase)

Expand Down

0 comments on commit 92ee140

Please sign in to comment.