don't assume category on presentations
This commit is contained in:
parent
6c1cfd1a53
commit
d93bd38758
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
<div class="row">
|
||||
<div class="span8 presentation well">
|
||||
<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 }}
|
||||
{% if presentation.slot %}
|
||||
<h4>
|
||||
|
|
Loading…
Reference in a new issue