Merge pull request #67 from jamezpolley/lca2017
Include author details in event description
This commit is contained in:
		
						commit
						b47cb32bdc
					
				
					 1 changed files with 11 additions and 9 deletions
				
			
		|  | @ -282,7 +282,9 @@ class EventFeed(ICalFeed): | |||
| 
 | ||||
|     def item_description(self, item): | ||||
|         if hasattr(item.content, 'proposal'): | ||||
|             return item.content.abstract | ||||
|             description = "Speaker: %s\n%s" % ( | ||||
|                 item.content.speaker, item.content.abstract) | ||||
|             return description | ||||
|         else: | ||||
|             return None | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Scott Bragg
						Scott Bragg