From c8df08e104ee1b32ba42e8c883ace35c04d2d6e9 Mon Sep 17 00:00:00 2001 From: yomguy Date: Wed, 1 Feb 2012 15:54:43 +0100 Subject: [PATCH] fix home players --- telemeta/templates/telemeta/home.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/telemeta/templates/telemeta/home.html b/telemeta/templates/telemeta/home.html index d82545c9..5f5f40a2 100644 --- a/telemeta/templates/telemeta/home.html +++ b/telemeta/templates/telemeta/home.html @@ -54,16 +54,15 @@ {% if sound_pub_items %} -
+
+

playlists {% trans "Musical selection" %}

- + {% for item in sound_pub_items %} - +
{{ item }}{% if item.alt_title %} ({{ item.alt_title }}){% endif %}
{{ item.location.fullnames|to_string }}
+
{% endfor %} - -
{{ item }}{% if item.alt_title %} ({{ item.alt_title }}){% endif %}
{{ item.location.fullnames|to_string }}
-
{% endif %} -- 2.39.5