fix addl speaker display
This commit is contained in:
		
							parent
							
								
									c7dd6e6f8d
								
							
						
					
					
						commit
						6d7971e097
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -13,7 +13,7 @@ | |||
|             {% for speaker in proposal.additional_speakers.all %} | ||||
|                 <li> | ||||
|                     {% if speaker.user %} | ||||
|                         <strong>{{ speaker.name }}</strong> >{{ speaker.email }}< | ||||
|                         <strong>{{ speaker.name }}</strong> <{{ speaker.email }}> | ||||
|                     {% else %} | ||||
|                         {{ speaker.email }} ({% trans "Invitation Sent" %}) | ||||
|                     {% endif %} | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Luke Hatcher
						Luke Hatcher