summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJohannes Raggam <raggam-nl@adm.at>2011-07-07 16:49:52 (GMT)
committerJohannes Raggam <raggam-nl@adm.at>2011-07-07 16:49:52 (GMT)
commit03131c84a9b367fdecb5af957f154e09079e5354 (patch)
treec883bbd2395c5cb6b0d202df272f515ac258091d /templates
parentf8628574bfadf42ba64083fdc445d7433611316e (diff)
upd
Diffstat (limited to 'templates')
-rw-r--r--templates/program/show_detail.html2
1 files changed, 1 insertions, 1 deletions
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 %}