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

fixed typo

parent ed178167
No related branches found
No related tags found
No related merge requests found
...@@ -13,10 +13,10 @@ ...@@ -13,10 +13,10 @@
<tr class="previous"> <tr class="previous">
<td class="start">{{ previous_timeslot.start|date:"H:i" }}</td> <td class="start">{{ previous_timeslot.start|date:"H:i" }}</td>
<td class="format bf-{{ previous_timeslot.show.broadcastformat.slug }}" <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"> <td class="show">
<h3> <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> </h3>
</td> </td>
<td class="show"></td> <td class="show"></td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment