add id and speaker to presentation
This commit is contained in:
		
							parent
							
								
									5e6085fd6d
								
							
						
					
					
						commit
						5b0354be90
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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) | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Luke Hatcher
						Luke Hatcher