diff options
-rw-r--r-- | templates/program/recommendations.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/program/recommendations.html b/templates/program/recommendations.html index 270b134..e8d1dcf 100644 --- a/templates/program/recommendations.html +++ b/templates/program/recommendations.html @@ -22,11 +22,7 @@ </div> <div class="show-detail"> <h3 class="show-title"><a href="{% url show-detail item.show.slug %}">{{ item.show.name }}</a>: <a href="{% url timeslot-detail item.timeslot.id %}">{{ item.title }}</a></h3> - <p class="timeslot-start-end">{{ item.timeslot.start|date:"d.m. H:i" }}-{{ item.timeslot.end|date:"H:i" }}</p> - - {% if item.show.short_description != 'FIXME' %} - <p class="show-description">{{ item.show.short_description }}</p> - {% endif %} + <h4 class="timeslot-start-end">{{ item.timeslot.start|date:"d.m. H:i" }}-{{ item.timeslot.end|date:"H:i" }}</h4> <p class="note-content">{{ item.content|safe}}</p> |