summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJohannes Raggam <raggam-nl@adm.at>2011-07-07 15:01:17 (GMT)
committerJohannes Raggam <raggam-nl@adm.at>2011-07-07 15:01:17 (GMT)
commit55345ffd6bb6712ff370ff79d67941ea612e8aab (patch)
treefdbf5f00619eabaff9a3926707d7d7a9164910ef /templates
parent6c9b82707178268bc0947938a048b3d037e625ef (diff)
upd
Diffstat (limited to 'templates')
-rw-r--r--templates/program/recommendations.html6
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>