diff --git a/pinaxcon/templates/symposion/schedule/presentation_detail.html b/pinaxcon/templates/symposion/schedule/presentation_detail.html new file mode 100644 index 0000000000000000000000000000000000000000..9ab471e97784dedfe2eeffc5f1c5ab2f5ef7b9f3 --- /dev/null +++ b/pinaxcon/templates/symposion/schedule/presentation_detail.html @@ -0,0 +1,33 @@ +{% extends "symposion/schedule/presentation_detail_.html" %} + +{% load thumbnail %} + +{% comment %} + Blocks you can override: + + - description (appears in lede) + - abstract + - speaker +{% endcomment %} + +{% block speaker %} +

{{ speaker.name }}

+ +
+
+
+ {{ speaker.biography_html|safe }} +
+ + {% if speaker.conferencespeaker.twitter_username %} + Twitter + {% endif %} +
+
+
+
+
+
+ +
+{% endblock %}