diff --git a/pinaxcon/templates/symposion/schedule/presentation_detail.html b/pinaxcon/templates/symposion/schedule/presentation_detail.html index 9ab471e..3a88413 100644 --- a/pinaxcon/templates/symposion/schedule/presentation_detail.html +++ b/pinaxcon/templates/symposion/schedule/presentation_detail.html @@ -1,6 +1,7 @@ {% extends "symposion/schedule/presentation_detail_.html" %} {% load thumbnail %} +{% load staticfiles %} {% comment %} Blocks you can override: @@ -14,6 +15,15 @@

{{ speaker.name }}

+
+
+ {% if speaker.photo %} +
+ {% else %} +
+ {% endif %} +
+
{{ speaker.biography_html|safe }} @@ -23,11 +33,5 @@ Twitter {% endif %}
-
-
-
-
-
-
{% endblock %}