From 94488b0f1281815ca05760122fa4f525db868d6c Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 27 Sep 2012 04:40:30 +0200 Subject: [PATCH] fix home players --- telemeta/templates/telemeta/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}
-- 2.39.5