Skip to content

Commit

Permalink
fix for images on compare alders page
Browse files Browse the repository at this point in the history
  • Loading branch information
derekeder committed Jun 25, 2024
1 parent abc510d commit be4262d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chicago/templates/compare_council_members.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1>Compare Alders</h1>
<tr id="polygon-{{post.label | slugify}}">
<td>
<div class="thumbnail-square">
<img src='{{person.manual_headshot}}' alt='{{person.name}}' title='{{person.name}}' class='img-responsive' />
<img src='{{person|get_person_headshot}}' alt='{{person.name}}' title='{{person.name}}' class='img-responsive' />
</div>
</td>
<td>
Expand Down

0 comments on commit be4262d

Please sign in to comment.