diff options
author | Johannes Raggam <raggam-nl@adm.at> | 2011-07-07 15:39:20 (GMT) |
---|---|---|
committer | Johannes Raggam <raggam-nl@adm.at> | 2011-07-07 15:39:20 (GMT) |
commit | 62508d361de209e9a1a642d628e39c7488a1052d (patch) | |
tree | 1cbe7ef2d8d028704be843145237836a3b878032 | |
parent | 03ea37581286f16de2fee3a5ba16c3dc640b03d4 (diff) |
upd
-rw-r--r-- | templates/program/recommendations.html | 4 |
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> |