Simplify/Robustify the thumbnail URL usage in templates
[mediagoblin.git] / mediagoblin / templates / mediagoblin / utils / object_gallery.html
index bfd19ee679629119d14de1ca26d283cf10282558..b4da5bc111bea12f9269fffcc871c93dbeb2532e 100644 (file)
@@ -30,8 +30,7 @@
                      {%- if loop.first %} thumb_entry_first
                      {%- elif loop.last %} thumb_entry_last{% endif %}">
             <a href="{{ entry_url }}">
-              <img src="{{ request.app.public_store.file_url(
-                             entry.media_files['thumb']) }}" />
+              <img src="{{ entry.thumb_url }}" />
             </a>
             {% if entry.title %}
               <a class="thumb_entry_title" href="{{ entry_url }}">{{ entry.title }}</a>