diff --git a/qgis-app/templates/base/list.html b/qgis-app/templates/base/list.html index 9b863e23..6c5292b1 100644 --- a/qgis-app/templates/base/list.html +++ b/qgis-app/templates/base/list.html @@ -85,7 +85,7 @@

{% if title %}{{title}}{% else %}{% trans "All" %} {{ resource_name }}s{% en {% for object in object_list %} - + {% if object.thumbnail_image and object.thumbnail_image.file %} {% thumbnail object.thumbnail_image "420x420" format="PNG" as im %} {% trans