diff options
Diffstat (limited to 'templates/program/show_detail.html')
-rw-r--r-- | templates/program/show_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/program/show_detail.html b/templates/program/show_detail.html index e2216ff..389dab7 100644 --- a/templates/program/show_detail.html +++ b/templates/program/show_detail.html @@ -25,7 +25,7 @@ <span class="broadcastformat-abbrev">{{ show.broadcastformat.abbrev }}</span> </div> - <div id="program-slots"> + <div id="programslots"> {% for slot in show.programslots.all %} <div class="programslot">{{ slot }}</div> {% endfor %} |