diff options
author | Johannes Raggam <raggam-nl@adm.at> | 2011-07-07 16:35:01 (GMT) |
---|---|---|
committer | Johannes Raggam <raggam-nl@adm.at> | 2011-07-07 16:35:01 (GMT) |
commit | b53737eeb55cbb444e5e4fd7b915728a67d34222 (patch) | |
tree | aa69acb6e06ce643c473a228e36c6ed814354966 /templates/program/show_detail.html | |
parent | 0b38350c919651b896d6482ecc0f89ec2a9c007a (diff) |
upd
Diffstat (limited to 'templates/program/show_detail.html')
-rw-r--r-- | templates/program/show_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} |