From 1df0b923a458f86219cea11f8f608d3db2edef0b Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Thu, 7 Jul 2011 17:20:43 +0200 Subject: upd diff --git a/templates/program/recommendations.html b/templates/program/recommendations.html index f64aba7..1a0721e 100644 --- a/templates/program/recommendations.html +++ b/templates/program/recommendations.html @@ -10,14 +10,14 @@ {% for item in recommendation_list %}
- {% for item in item.show.showinformation.all %} - {{ item.abbrev }} + {% for ab in item.show.showinformation.all %} + {{ ab.abbrev }} {% endfor %} - {% for item in show.showtopic.all %} - {{ item.abbrev }} + {% for ab in item.show.showtopic.all %} + {{ ab.abbrev }} {% endfor %} - {% for item in show.musicfocus.all %} - {{ item.abbrev }} + {% for ab in item.show.musicfocus.all %} + {{ ab.abbrev }} {% endfor %}
-- cgit v0.10.2