don't assume category on presentations

This commit is contained in:
Luke Hatcher 2013-07-03 16:08:05 -04:00
parent 6c1cfd1a53
commit d93bd38758

View file

@ -34,7 +34,7 @@
<div class="row"> <div class="row">
<div class="span8 presentation well"> <div class="span8 presentation well">
<h3><a href="{% url schedule_presentation_detail presentation.pk %}">{{ presentation.title }}</a></h3> <h3><a href="{% url schedule_presentation_detail presentation.pk %}">{{ presentation.title }}</a></h3>
<h4>{{ presentation.speakers|join:", " }} in {{ presentation.proposal.category }}</h4> <h4>{{ presentation.speakers|join:", " }}</h4>
{{ presentation.description }} {{ presentation.description }}
{% if presentation.slot %} {% if presentation.slot %}
<h4> <h4>