]> git.parisson.com Git - mezzo.git/commitdiff
Logo : deleting thumbnail 100x100
authorEmilie <zawadzki@ircam.fr>
Thu, 15 Sep 2016 10:46:23 +0000 (12:46 +0200)
committerEmilie <zawadzki@ircam.fr>
Thu, 15 Sep 2016 10:46:23 +0000 (12:46 +0200)
app/templates/core/inc/logo.html

index 9baae88e54c99927bae271ba8c184c732bfe74aa..00799698905f146260109ffcc8a8657d64dc1e7e 100644 (file)
@@ -2,7 +2,7 @@
 {% if images %}
 <ul>
   {% for image in images %}
-    <li><img src="{{ MEDIA_URL }}{% thumbnail image.file 100 100 %}"></li>
+    <li><img src="{{ MEDIA_URL }}{{ image.file }}"></li>
   {% endfor %}
 </ul>
 {% endif %}