diff --git a/symposion/templates/schedule/presentation_detail.html b/symposion/templates/schedule/presentation_detail.html index d9dbe880623781a07cd04522dd16b1dbc59f720d..26176fbc88d902b80f6c035e932972cfd2ae4d53 100644 --- a/symposion/templates/schedule/presentation_detail.html +++ b/symposion/templates/schedule/presentation_detail.html @@ -1,5 +1,8 @@ {% extends "site_base.html" %} +{% load url from future %} + + {% load sitetree %} {% block head_title %}Presentation: {{ presentation.title }}{% endblock %} @@ -17,7 +20,7 @@

{% for speaker in presentation.speakers %} - {{ speaker }}{% if not forloop.last %}, {% endif %}{% endfor %} + {{ speaker }}{% if not forloop.last %}, {% endif %}{% endfor %}