summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/program/recommendations.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/program/recommendations.html b/templates/program/recommendations.html
index 504e2c3..c08634e 100644
--- a/templates/program/recommendations.html
+++ b/templates/program/recommendations.html
@@ -22,8 +22,8 @@
</div>
<div class="show-detail">
<h4>
- <a href="{% url show-detail item.show.slug %}">{{ item.show.name }}</a> vom
- {{ item.timeslot.start|date:"d.m. H:i" }}-{{ item.timeslot.end|date:"H:i" }}
+ <a href="{% url show-detail item.show.slug %}">{{ item.show.name }}</a><br />
+ vom {{ item.timeslot.start|date:"d.m. H:i" }}-{{ item.timeslot.end|date:"H:i" }}
</h4>
<h3 class="show-title">
<a href="{% url timeslot-detail item.timeslot.id %}">{{ item.title }}</a>