Skip to content
Snippets Groups Projects
Commit 9a02c496 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

fixed ids in templates.

parent f9688363
No related branches found
No related tags found
No related merge requests found
......@@ -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 %}
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment