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>
|
<div class="speaker">{{ slot.content.speaker }}</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if slot.content_override %}
|
{% if slot.content_override.raw %}
|
||||||
{{ slot.content_override|safe }}
|
{{ slot.content_override.rendered|safe }}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ slot.kind.label }}
|
{{ slot.kind.label }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue