Skip to content

Commit

Permalink
Show events subtitle and description
Browse files Browse the repository at this point in the history
  • Loading branch information
mprunell committed Jul 9, 2020
1 parent 269896d commit e6a063f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions smallslive/templates/events/event_details_new.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
<div class=" flex-column info-container">
<div class="event-set-info">
<div class="current-event event-title title1">{{ event.title }}</div>
<div class="current-event event-title title5 accent-color">{{ event.subtitle }}</div>
<div class="current-event event-title title2">{{ event.description }}</div>
{% if event.is_past %}
<div class="{{ event.get_venue_name|lower}}-color title2 venue-subtitle">{{ event.get_venue_name }}</div>
{% endif %}
Expand Down

0 comments on commit e6a063f

Please sign in to comment.