From 171788dd7d40be83bdce067ed0b2ee98555dc8bd Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Mon, 16 Oct 2017 17:16:29 -0700 Subject: [PATCH] Speaker pics --- .../symposion/schedule/presentation_detail.html | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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 %}