summaryrefslogtreecommitdiff
path: root/templates/program/timeslot_detail.html
diff options
context:
space:
mode:
authorErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2011-03-13 17:19:05 (GMT)
committerErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2011-03-13 17:19:05 (GMT)
commit9a02c4960f14cbb7ee9f0df7d6b8708907d5af94 (patch)
treeec9785b98fc7df4d5c437f7f978ac2a4a970efdc /templates/program/timeslot_detail.html
parentf96883633f67d6de679dd25c21ed125e39b5db35 (diff)
fixed ids in templates.
Diffstat (limited to 'templates/program/timeslot_detail.html')
-rw-r--r--templates/program/timeslot_detail.html4
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>