From 5f989885ffb046bc0c2f064347a716e5f873e453 Mon Sep 17 00:00:00 2001 From: Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> Date: Wed, 30 Mar 2016 19:59:42 +0200 Subject: fixed typo 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> -- cgit v0.10.2