Skip to content

Commit

Permalink
Show venue details on show event page #180
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaith committed Jan 5, 2015
1 parent 041ecd9 commit 3c552e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions talks/templates/events/event.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ <h3 class="panel-title">{% if event.title %}{{ event.title }}{% else %}Untitled
{% else %}
<span>Venue to be announced<span>
{% endif %}
{% if event.location_details %}
<br><br>
<strong>Details</strong>:
{{ event.location_details }}
{% endif %}
{% endspaceless %}</li>
{% spaceless %}
<li class="list-group-item"><strong>Speaker{{ speakers|pluralize }}</strong>: {% for speaker in speakers %}<a href="{% url 'show-person' speaker.slug %}">{{ speaker.name}}{% if speaker.bio %} ({{ speaker.bio }}){% endif %}</a>{% if not forloop.last %}, {% endif %}
Expand Down

0 comments on commit 3c552e1

Please sign in to comment.