Skip to content

Commit

Permalink
Merge pull request #585 from OpenUpSA/fix/edit-committee-member-profi…
Browse files Browse the repository at this point in the history
…le-pic

Change member to model.member
  • Loading branch information
paulmwatson authored Dec 11, 2024
2 parents f4228e8 + 8fa7404 commit bbc8e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmg/templates/admin/inline_membership.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</div>
<div class="col-md-2 text-center">
{% if model and model.member.profile_pic_url %}
<img src="{{ member.profile_pic_url }}" style="max-width: 75px;"></img>
<img src="{{ model.member.profile_pic_url }}" style="max-width: 75px;"></img>
{% endif %}
</div>
</div>
Expand Down

0 comments on commit bbc8e40

Please sign in to comment.