summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJohannes Raggam <raggam-nl@adm.at>2011-07-07 16:33:26 (GMT)
committerJohannes Raggam <raggam-nl@adm.at>2011-07-07 16:33:26 (GMT)
commit0b38350c919651b896d6482ecc0f89ec2a9c007a (patch)
treeef8bf66b75d3e71b862edcbec8196aa0feb13788 /templates
parent006baf33713c4a882f31b2c5ffab997f73c425a8 (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 10a2702..d9d95d8 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 }})<br />
+ <a href="{% url timeslot-detail note.timeslot.id %}" title="{{ note.title }}">{{ note.start|date:"d. M Y" }}</a> ({{ note.title }}) |||
{% endfor %}
</p>
{% endif %}