]> git.parisson.com Git - telemeta.git/commitdiff
; between interprets
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 27 Sep 2013 10:02:53 +0000 (12:02 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 27 Sep 2013 10:02:53 +0000 (12:02 +0200)
telemeta/templates/telemeta/mediaitem_detail.html

index 7fba0648905d222fe16c6a6e5502e57a346a2a02..a82be9a286c5cbbc19a4cfcdac92ca628ff0fdf0 100644 (file)
@@ -216,7 +216,7 @@ Item : <a href="{% url telemeta-item-detail item.public_id %}">{{ item }}</a>
 
             <dt>{% trans "Interprets" %}</dt>
             {% if item.performances %}
-             <dd>{% for performance in item.performances.all %}{{ performance.musicians|default:"" }}, {% endfor %}</dd>
+             <dd>{% for performance in item.performances.all %}{{ performance.musicians|default:"" }}; {% endfor %}</dd>
             {% endif %}
 
             {% dl_field item "author" %}