diff --git a/dashboard/templates/dashboard/dashboard.html b/dashboard/templates/dashboard/dashboard.html index 8191102f..8622fe72 100644 --- a/dashboard/templates/dashboard/dashboard.html +++ b/dashboard/templates/dashboard/dashboard.html @@ -12,7 +12,7 @@ {% for object in objects %}
- + {% if object.picture %} {% thumbnail object.picture 300x300 upscale crop as thumb %} @@ -34,4 +34,4 @@
{% endfor %}
-{% endblock %} \ No newline at end of file +{% endblock %}