From b53737eeb55cbb444e5e4fd7b915728a67d34222 Mon Sep 17 00:00:00 2001 From: Johannes Raggam <raggam-nl@adm.at> Date: Thu, 7 Jul 2011 18:35:01 +0200 Subject: upd diff --git a/templates/program/show_detail.html b/templates/program/show_detail.html index d9d95d8..109c169 100644 --- a/templates/program/show_detail.html +++ b/templates/program/show_detail.html @@ -60,7 +60,7 @@ <h2>Sendungstipps</h2> <p> {% for note in show.notes.all %} - <a href="{% url timeslot-detail note.timeslot.id %}" title="{{ note.title }}">{{ note.start|date:"d. M Y" }}</a> ({{ note.title }}) ||| + <a href="{% url timeslot-detail note.timeslot.id %}" title="{{ note.title }}">{{ note.start|date:"d. M Y" }}</a> | {% endfor %} </p> {% endif %} -- cgit v0.10.2