notify to multiple speakers
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
		
							parent
							
								
									7ff4c0b4ef
								
							
						
					
					
						commit
						edb3336aa7
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -135,6 +135,7 @@ class ProposalBase(models.Model): | |||
|         return { | ||||
|             "title": self.title, | ||||
|             "speaker": self.speaker.name, | ||||
|             "speakers": ', '.join([x.name for x in self.speakers()]), | ||||
|             "kind": self.kind.name, | ||||
|         } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Hiroshi Miura
						Hiroshi Miura