From: yomguy Date: Thu, 27 Sep 2012 02:40:03 +0000 (+0200) Subject: fix home players X-Git-Tag: 1.4.4-2.lam~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3e6b955c17c17985b01c2ee7d9f9c356cff6325c;p=telemeta.git fix home players --- diff --git a/telemeta/templates/telemeta/home.html b/telemeta/templates/telemeta/home.html index 77a211f0..15bd8ef7 100644 --- a/telemeta/templates/telemeta/home.html +++ b/telemeta/templates/telemeta/home.html @@ -62,7 +62,7 @@ {% trans "Musical selection" %} {% for item in sound_pub_items %} -
{{ item }}{% if item.alt_title %} ({{ item.alt_title }}){% endif %}
{{ item.location.fullnames|to_string }}
+
{{ item }}{% if item.alt_title %} ({{ item.alt_title }}){% endif %}
{{ item.location.fullnames|to_string }}
{% endfor %}