From 1df0b923a458f86219cea11f8f608d3db2edef0b Mon Sep 17 00:00:00 2001
From: Johannes Raggam <raggam-nl@adm.at>
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 %}
     <div class="show recommendation  bf-{{ item.show.broadcastformat.slug }}">
         <div class="show-abbrevs">
-        {% for item in item.show.showinformation.all %}
-          <span title="{{item.information}}" class="abbrev si-{{ item.abbrev }}"><span>{{ item.abbrev }}</span></span>
+        {% for ab in item.show.showinformation.all %}
+          <span title="{{ab.information}}" class="abbrev si-{{ ab.abbrev }}"><span>{{ ab.abbrev }}</span></span>
         {% endfor %}
-        {% for item in show.showtopic.all %}
-          <span title="{{item.topic}}" class="abbrev st-{{ item.abbrev }}"><span>{{ item.abbrev }}</span></span>
+        {% for ab in item.show.showtopic.all %}
+          <span title="{{ab.topic}}" class="abbrev st-{{ ab.abbrev }}"><span>{{ ab.abbrev }}</span></span>
         {% endfor %}
-        {% for item in show.musicfocus.all %}
-          <span title="{{item.focus}}" class="abbrev mf-{{ item.abbrev }}"><span>{{ item.abbrev }}</span></span>
+        {% for ab in item.show.musicfocus.all %}
+          <span title="{{ab.focus}}" class="abbrev mf-{{ ab.abbrev }}"><span>{{ ab.abbrev }}</span></span>
         {% endfor %}
         </div>
         <div class="show-detail">
-- 
cgit v0.10.2