diff --git a/OpenOversight/app/templates/gallery.html b/OpenOversight/app/templates/gallery.html index 95c03585f..f762700c1 100644 --- a/OpenOversight/app/templates/gallery.html +++ b/OpenOversight/app/templates/gallery.html @@ -10,7 +10,7 @@

Digital Gallery Do you see the officer here? {% for officer in officers.items %} {% if officer.face.first() is none %} - {% set officer_image = 'images/placeholder.png' %} + {% set officer_image = '/static/images/placeholder.png' %} {% else %} {% set officer_image = officer.face.first().image.filepath %} {% endif %}