From 55345ffd6bb6712ff370ff79d67941ea612e8aab Mon Sep 17 00:00:00 2001 From: Johannes Raggam <raggam-nl@adm.at> Date: Thu, 7 Jul 2011 17:01:17 +0200 Subject: upd 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> -- cgit v0.10.2