From 03131c84a9b367fdecb5af957f154e09079e5354 Mon Sep 17 00:00:00 2001 From: Johannes Raggam <raggam-nl@adm.at> Date: Thu, 7 Jul 2011 18:49:52 +0200 Subject: upd diff --git a/templates/program/show_detail.html b/templates/program/show_detail.html index f620eb2..05cd0ed 100644 --- a/templates/program/show_detail.html +++ b/templates/program/show_detail.html @@ -61,7 +61,7 @@ <h2>Sendungstipps</h2> <ul class="recommendations-list"> {% for note in show.notes.all %} - <li><a href="{% url timeslot-detail note.timeslot.id %}" title="{{ note.title }}">{{ note.start|date:"d. M Y" }}</a>: {{ note.title }}</li> + <li><a href="{% url timeslot-detail note.timeslot.id %}" title="{{ note.title }}">{{ note.start|date:"d. M Y" }}:</a> {{ note.title }}</li> {% endfor %} </ul> {% endif %} -- cgit v0.10.2