add id and speaker to presentation

This commit is contained in:
Luke Hatcher 2012-08-31 02:52:12 -04:00
parent 5e6085fd6d
commit 5b0354be90

View file

@ -83,4 +83,4 @@ class Presentation(models.Model):
yield speaker
def __unicode__(self):
return self.title
return "#%s %s (%s)" % (self.id, self.title, self.speaker)