From 171788dd7d40be83bdce067ed0b2ee98555dc8bd 2017-10-17 00:16:29 From: Christopher Neugebauer Date: 2017-10-17 00:16:29 Subject: [PATCH] Speaker pics --- diff --git a/pinaxcon/templates/symposion/schedule/presentation_detail.html b/pinaxcon/templates/symposion/schedule/presentation_detail.html index 9ab471e97784dedfe2eeffc5f1c5ab2f5ef7b9f3..3a88413f22693bb3e68ebe6973a006e740a26f62 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 %}