Skip to content

Commit

Permalink
Change from account to participant
Browse files Browse the repository at this point in the history
  • Loading branch information
vidya-ram committed Oct 5, 2023
1 parent 15d7f41 commit 22d79b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funnel/templates/contacts.html.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<div class="mui--clearfix">
<div class="user mui--pull-left">
<div class="user__box">
{{ useravatar(contact.ticket_participant.account) }}
{{ useravatar(contact.ticket_participant.participant) }}
<div class="user__box__header">
<p class="mui--text-subhead zero-bottom-margin">{{ contact.ticket_participant.fullname }}</p>
<p class="mui--text-body2 zero-bottom-margin">{{ contact.ticket_participant.email }}</p>
Expand Down

0 comments on commit 22d79b0

Please sign in to comment.