diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2016-01-06 18:59:46 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2016-01-06 18:59:46 (GMT) |
commit | 54611a97d636238e9bba65e6d96690ac1446de09 (patch) | |
tree | 95e079cd3ccc5dd0eebcdcd2af0502729b1bba91 /program/templates/boxes | |
parent | 35bf6baf07aeca3b1ea085939b60497e10c9a71f (diff) |
renamed model field
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> |