Skip to content

Commit be4262d

Browse files
committed
fix for images on compare alders page
1 parent abc510d commit be4262d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chicago/templates/compare_council_members.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h1>Compare Alders</h1>
3232
<tr id="polygon-{{post.label | slugify}}">
3333
<td>
3434
<div class="thumbnail-square">
35-
<img src='{{person.manual_headshot}}' alt='{{person.name}}' title='{{person.name}}' class='img-responsive' />
35+
<img src='{{person|get_person_headshot}}' alt='{{person.name}}' title='{{person.name}}' class='img-responsive' />
3636
</div>
3737
</td>
3838
<td>

0 commit comments

Comments
 (0)