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 %} |             {% for speaker in proposal.additional_speakers.all %} | ||||||
|                 <li> |                 <li> | ||||||
|                     {% if speaker.user %} |                     {% if speaker.user %} | ||||||
|                         <strong>{{ speaker.name }}</strong> >{{ speaker.email }}< |                         <strong>{{ speaker.name }}</strong> <{{ speaker.email }}> | ||||||
|                     {% else %} |                     {% else %} | ||||||
|                         {{ speaker.email }} ({% trans "Invitation Sent" %}) |                         {{ speaker.email }} ({% trans "Invitation Sent" %}) | ||||||
|                     {% endif %} |                     {% endif %} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Luke Hatcher
						Luke Hatcher