Skip to content

Commit

Permalink
Update advocate_details.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwul authored Oct 8, 2024
1 parent 976cf7d commit c89aa7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partner_compassion/models/advocate_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def _compute_thank_you_quote(self):
"img_alt": details.display_name,
"image_data": details.partner_id.with_context(
bin_size=False
).image512.decode("utf-8"),
).image_512.decode("utf-8"),
"text": details.quote.strip() or "",
"attribution": _("Quote from %s %s") % (firstname, lastname)
if details.quote.strip()
Expand Down

0 comments on commit c89aa7f

Please sign in to comment.