diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-04-09 16:09:52 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-04-09 16:09:52 (GMT) |
commit | 8e79754e62d32f066482142a51dfd3049254f0e3 (patch) | |
tree | 96e2598c01e10fbf4163fb9800026393513474a1 /helsinki | |
parent | 054279c1511764e2df7cee9553c772fdd9dfa0f0 (diff) |
fixed context object name.
Diffstat (limited to 'helsinki')
-rw-r--r-- | helsinki/program/templates/program/show_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helsinki/program/templates/program/show_list.html b/helsinki/program/templates/program/show_list.html index 1f061d0..9539035 100644 --- a/helsinki/program/templates/program/show_list.html +++ b/helsinki/program/templates/program/show_list.html @@ -40,7 +40,7 @@ </div> <div id="shows"> -{% for show in shows %} +{% for show in show_list %} <div class="show"> <div class="abbrevs"> {% for topic in show.showtopic.all %} |