fixed content_override on public schedule
This commit is contained in:
		
							parent
							
								
									c0638b9762
								
							
						
					
					
						commit
						0627f5c3ea
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -17,8 +17,8 @@ | |||
|                             <div class="speaker">{{ slot.content.speaker }}</div> | ||||
|                         {% endif %} | ||||
|                     {% else %} | ||||
|                         {% if slot.content_override %} | ||||
|                             {{ slot.content_override|safe }} | ||||
|                         {% if slot.content_override.raw %} | ||||
|                             {{ slot.content_override.rendered|safe }} | ||||
|                         {% else %} | ||||
|                             {{ slot.kind.label }} | ||||
|                         {% endif %} | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Brian Rosner
						Brian Rosner