summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2016-03-30 17:59:42 (GMT)
committerErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2016-03-30 17:59:42 (GMT)
commit5f989885ffb046bc0c2f064347a716e5f873e453 (patch)
tree6bdde40144256fc98c353717ee1cdddfda5d41b3
parented178167a76686e0da8a1c14709aba3d5a48694f (diff)
fixed typo
-rw-r--r--program/templates/boxes/current.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/program/templates/boxes/current.html b/program/templates/boxes/current.html
index 4f81906..0ac5179 100644
--- a/program/templates/boxes/current.html
+++ b/program/templates/boxes/current.html
@@ -13,10 +13,10 @@
<tr class="previous">
<td class="start">{{ previous_timeslot.start|date:"H:i" }}</td>
<td class="format bf-{{ previous_timeslot.show.broadcastformat.slug }}"
- title="{{ previoustimeslot.show.broadcastformat.format }}">&nbsp;</td>
+ title="{{ previous_timeslot.show.broadcastformat.format }}">&nbsp;</td>
<td class="show">
<h3>
- <a href="{% url "timeslot-detail" previuos_timeslot.id %}">{{ previous_timeslot.show.name }}</a>
+ <a href="{% url "timeslot-detail" previous_timeslot.id %}">{{ previous_timeslot.show.name }}</a>
</h3>
</td>
<td class="show"></td>