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 <[email protected]>
  • Loading branch information
miurahr committed Aug 3, 2015
1 parent 5301623 commit 1d5d7c9
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 @@ -156,7 +156,7 @@ def notification_email_context(self):
}

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

reversion.register(ProposalBase)

Expand Down

0 comments on commit 1d5d7c9

Please sign in to comment.