diff --git a/pinaxcon/templates/symposion/schedule/presentation_detail.html b/pinaxcon/templates/symposion/schedule/presentation_detail.html index 0109c68d..d3c75a8c 100644 --- a/pinaxcon/templates/symposion/schedule/presentation_detail.html +++ b/pinaxcon/templates/symposion/schedule/presentation_detail.html @@ -1,4 +1,4 @@ -{% extends "symposion/schedule/public_base.html" %} +{% extends "site_base.html" %} {% load lca2018_tags %} {% load sitetree %} @@ -6,15 +6,7 @@ {% load thumbnail %} {% block head_title %}Presentation: {{ presentation.title }}{% endblock %} - -{% block breadcrumbs %}{% sitetree_breadcrumbs from "main" %}{% endblock %} - -{% block header_inset_image %}{% with audience=presentation.proposal.get_target_audience_display %}{% if audience == "Business" %}{% illustration "falls.svg" %}{% elif audience == "Community" %}{% illustration "bridge.svg" %}{% elif audience == "Developer"%}{% illustration "hobart.svg" %}{% elif audience == "User" %}{% illustration "antarctica.svg" %}{% else %}{% illustration "casino.svg" %}{% endif %}{% endwith %}{% endblock %} - -{% block header_background_image %}{% presentation_bg_number presentation 4 as bg_number %}{% if bg_number == 0 %}{% static "lca2018/images/mt_anne_bg_optimised.jpg" %}{% elif bg_number == 1 %}{% static "lca2018/images/the_neck_bg_optimised.jpg" %}{% elif bg_number == 2 %}{% static "lca2018/images/snug_falls_bg_optimised.jpg" %}{% elif bg_number == 3 %}{% static "lca2018/images/sleepy_bay_bg_optimised.jpg" %}{% endif %}{% endblock %} - -{% block header_title %}{{ presentation.title }}{% endblock %} - +{% block body_class %}text-primary{% endblock body_class %} {% block header_paragraph %}
Presented by @@ -34,23 +26,35 @@ {% endblock %} {% block content %} +
{{ presentation.abstract_html|urlize|safe }}
{{ speaker }}
#}
+
{{ speaker }}
+
Presentation not published.
{% endif %} -