diff --git a/pinaxcon/templates/symposion/schedule/presentation_detail.html b/pinaxcon/templates/symposion/schedule/presentation_detail.html index d3c75a8c..4a990cfa 100644 --- a/pinaxcon/templates/symposion/schedule/presentation_detail.html +++ b/pinaxcon/templates/symposion/schedule/presentation_detail.html @@ -1,78 +1,57 @@ {% extends "site_base.html" %} {% load lca2018_tags %} +{% load lca2019_tags %} {% load sitetree %} {% load staticfiles %} {% load thumbnail %} {% block head_title %}Presentation: {{ presentation.title }}{% endblock %} {% block body_class %}text-primary{% endblock body_class %} -{% block header_paragraph %} -
- Presented by
- {% for speaker in presentation.speakers %}
- {{ speaker }}{% if not forloop.last %}, {% endif %}
- {% endfor %}
-
- {% if presentation.slot %}
- {{ presentation.slot.day.date|date:"l" }}
- {{ presentation.slot.start}}–{{ presentation.slot.end }} in {{ presentation.slot.rooms.0 }}
-
- {% endif %}
- {% if presentation.proposal.get_target_audience_display %}
- Target audience:
- {{ presentation.proposal.get_target_audience_display }}
- {% endif %}
-{% endblock %}
+
+{% block main_class %}container-fluid{% endblock %}
{% block content %}
{{ presentation.abstract_html|urlize|safe }}
+ {{ presentation.slot.rooms.0 }} | {{ presentation.slot.day.date|date:"D d M" }} | {{ presentation.slot.start}}–{{ presentation.slot.end }} +
+Presented by
{{ speaker }}
#}
-
{{ speaker }}
-
+ {{ speaker }}
+ {% if speaker.twitter_username %}
+ {{ speaker.twitter_username }}
+ {% endif %}
+ {% if speaker.homepage %}
+ {{ speaker.homepage }}
+ {% endif %}
+
{{ presentation.abstract_html|clean_text|urlize|safe }}
Presentation not published.
{% endif %} - - -{% comment %} -... leave here for later -