Fixes #3211, fixes #3211: related books and pictures bars.
[wolnelektury.git] / apps / picture / templates / picture / picture_wide.html
index 920a9c0..e2fab8c 100644 (file)
@@ -7,7 +7,7 @@
 
 {% block picture-view %}
 <a href="{{ main_link }}">
-{% thumbnail picture.image_file "535" upscale="false" as thumb %}
+{% thumbnail picture.image_file "535" upscale=0 as thumb %}
 <img class="cover" src="{{thumb.url}}"/></a>
 {% endthumbnail %}
 {% endblock %}