From: yomguy Date: Thu, 27 Sep 2012 02:40:30 +0000 (+0200) Subject: fix home players X-Git-Tag: 1.4.5~59^2~8 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=94488b0f1281815ca05760122fa4f525db868d6c;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 %}