From 3f3974c7bf9cfda2cbc354cae368f22e4eb982e6 Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Thu, 7 Jul 2011 17:03:16 +0200 Subject: upd diff --git a/templates/program/recommendations.html b/templates/program/recommendations.html index e8d1dcf..14480a8 100644 --- a/templates/program/recommendations.html +++ b/templates/program/recommendations.html @@ -6,7 +6,7 @@

Programmhinweise

-
+
{% for item in recommendation_list %}
@@ -21,7 +21,10 @@ {% endfor %}
-

{{ item.show.name }}: {{ item.title }}

+

+ {{ item.show.name }}:
+ {{ item.title }} +

{{ item.timeslot.start|date:"d.m. H:i" }}-{{ item.timeslot.end|date:"H:i" }}

{{ item.content|safe}}

-- cgit v0.10.2