Skip to content

Commit

Permalink
fixed showing flickr image in voucher pages
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosp420 committed Sep 14, 2016
1 parent 0a8928a commit d81d497
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -220,7 +220,7 @@ <h3>Voucher Images</h3>
<div class="panel panel-default">
<div class="panel-body">
{% for image in images %}
{% if 'staticflickr' in image.thumbnail %}
{% if 'static.flickr.com/' in image.thumbnail or 'staticflickr.com/' in image.thumbnail %}
<a href="{{ image.voucher_image }}">
<img class="img-thumbnail" src="{{ image.thumbnail }}" />
</a>
Expand Down

0 comments on commit d81d497

Please sign in to comment.