From: yomguy Date: Wed, 1 Feb 2012 14:54:43 +0000 (+0100) Subject: fix home players X-Git-Tag: 1.3.9~17 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c8df08e104ee1b32ba42e8c883ace35c04d2d6e9;p=telemeta.git fix home players --- 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 %}