diff options
author | Johannes Raggam <raggam-nl@adm.at> | 2011-07-07 15:34:22 (GMT) |
---|---|---|
committer | Johannes Raggam <raggam-nl@adm.at> | 2011-07-07 15:34:22 (GMT) |
commit | 03ea37581286f16de2fee3a5ba16c3dc640b03d4 (patch) | |
tree | 37fbfb14c2c73e7ba296657d6f9579158f050075 /templates | |
parent | 1df0b923a458f86219cea11f8f608d3db2edef0b (diff) |
upd
Diffstat (limited to 'templates')
-rw-r--r-- | templates/program/recommendations.html | 7 |
1 files changed, 4 insertions, 3 deletions
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> |