diff options
Diffstat (limited to 'helsinki/program')
-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 %} |