From ebe0e7f70a487b217cbb84d093d17e0e9220bd39 Mon Sep 17 00:00:00 2001 From: Ernesto Rico-Schmidt Date: Fri, 25 Mar 2011 21:15:58 +0100 Subject: cleaned-up template. diff --git a/templates/program/recommendations_box.html b/templates/program/recommendations_box.html index d0ced36..94a55dd 100644 --- a/templates/program/recommendations_box.html +++ b/templates/program/recommendations_box.html @@ -1,19 +1,19 @@ - Recomendations Box + Recomendations box +
-{% for note in recommendations %} -
-
{{ note.show.broadcastformat }}
-
{{ note.timeslot.start }}
- -
{{ note.show.short_description }}
- +
Programmhinweise
+ {% for recommendation in recommendations %} +
+
{{ recommendation.timeslot.start|date:"d.m. H:i" }}-{{ recommendation.timeslot.end|date:"H:i" }}
+ +
-{% endfor %} + {% endfor %}
-- cgit v0.10.2