From 03ea37581286f16de2fee3a5ba16c3dc640b03d4 Mon Sep 17 00:00:00 2001 From: Johannes Raggam <raggam-nl@adm.at> Date: Thu, 7 Jul 2011 17:34:22 +0200 Subject: upd diff --git a/templates/program/recommendations.html b/templates/program/recommendations.html index 1a0721e..504e2c3 100644 --- a/templates/program/recommendations.html +++ b/templates/program/recommendations.html @@ -21,12 +21,13 @@ {% endfor %} </div> <div class="show-detail"> + <h4> + <a href="{% url show-detail item.show.slug %}">{{ item.show.name }}</a> vom + {{ item.timeslot.start|date:"d.m. H:i" }}-{{ item.timeslot.end|date:"H:i" }} + </h4> <h3 class="show-title"> - <a href="{% url show-detail item.show.slug %}">{{ item.show.name }}</a>:<br /> <a href="{% url timeslot-detail item.timeslot.id %}">{{ item.title }}</a> </h3> - <h4 class="timeslot-start-end">{{ item.timeslot.start|date:"d.m. H:i" }}-{{ item.timeslot.end|date:"H:i" }}</h4> - <div class="note-content">{{ item.content|safe}}</div> </div> -- cgit v0.10.2