]> git.parisson.com Git - teleforma.git/commitdiff
fix
authoryomguy <yomguy@parisson.com>
Wed, 18 Jul 2012 15:09:35 +0000 (17:09 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 18 Jul 2012 15:09:35 +0000 (17:09 +0200)
teleforma/templates/teleforma/inc/media_list.html

index 3b11800889f12c18321fb2ed3673f6c18958a627..5276fd006b91137592fa16068875d18af940a678 100644 (file)
@@ -16,7 +16,7 @@
                 <a href="{% url teleforma-media-detail media.id %}" title="{% trans "View" %}">
                  {% if media.item.related.all %}
                  {% for related in media.item.related %}
-                  {% if related.title == "preview"}
+                  {% if related.title == "preview" %}
                   <img src="{% url telemeta-item-related media.item.code related.id %}" style="max-width: 230px; max-height: 200px;" alt="snapshot" />
                   {% endif %}
                  {% endfor %}