diff options
Diffstat (limited to 'program/templates/boxes')
-rw-r--r-- | program/templates/boxes/recommendation.html (renamed from program/templates/boxes/recommendations.html) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/program/templates/boxes/recommendations.html b/program/templates/boxes/recommendation.html index 2174654..d2bb7d2 100644 --- a/program/templates/boxes/recommendations.html +++ b/program/templates/boxes/recommendation.html @@ -19,7 +19,7 @@ {{ item.start|date:"d.m. H:i" }} - {{ item.end|date:"H:i" }}<br /> <h3> - <a href="{% url timeslot-detail item.id %}">{{ item.show.name }}</a> + <a href="{% url "timeslot-detail" item.id %}">{{ item.show.name }}</a> </h3> <p class="note-title"> {% if item.note %} @@ -27,7 +27,7 @@ {% else %} {{ item.show.broadcastformat.format }}<br /> {% endif %} - <a href="{% url timeslot-detail item.id %}">[weiter]</a> + <a href="{% url "timeslot-detail" item.id %}">[weiter]</a> </p> </td> </tr> |