Skip to content

Commit

Permalink
Merge pull request #143 from lucyparsons/develop
Browse files Browse the repository at this point in the history
Release 0.1.3
  • Loading branch information
b-meson authored Dec 26, 2016
2 parents 29fdfbe + f409bfd commit 280377a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenOversight/app/templates/gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h1 class="page-header">Digital Gallery <small>Do you see the officer here?</sma
<div class="row">
{% 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 %}
Expand Down

0 comments on commit 280377a

Please sign in to comment.