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