diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-04-02 18:06:25 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-04-02 18:06:25 (GMT) |
commit | cd517b9452f7ecd995c8e85056bc4438185a4848 (patch) | |
tree | 218fcfa965eef9b868e565a10027e2569a7820af /templates/program/show_list.html | |
parent | 9b09c2ce17bbdd65a210b41f983ff8b6702d2545 (diff) |
renamed variables to match context of generic views.
Diffstat (limited to 'templates/program/show_list.html')
-rw-r--r-- | templates/program/show_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/program/show_list.html b/templates/program/show_list.html index 1f061d0..9539035 100644 --- a/templates/program/show_list.html +++ b/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 %} |