diff options
Diffstat (limited to 'program/templates/boxes/current.html')
-rw-r--r-- | program/templates/boxes/current.html | 4 |
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 }}"> </td> + title="{{ previous_timeslot.show.broadcastformat.format }}"> </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> |