diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2016-03-30 17:59:42 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2016-03-30 17:59:42 (GMT) |
commit | 5f989885ffb046bc0c2f064347a716e5f873e453 (patch) | |
tree | 6bdde40144256fc98c353717ee1cdddfda5d41b3 /program/templates/boxes | |
parent | ed178167a76686e0da8a1c14709aba3d5a48694f (diff) |
fixed typo
Diffstat (limited to 'program/templates/boxes')
-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> |