We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc510d commit be4262dCopy full SHA for be4262d
chicago/templates/compare_council_members.html
@@ -32,7 +32,7 @@ <h1>Compare Alders</h1>
32
<tr id="polygon-{{post.label | slugify}}">
33
<td>
34
<div class="thumbnail-square">
35
- <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' />
36
</div>
37
</td>
38
0 commit comments