Skip to content

Commit

Permalink
fixed paid non-user participant
Browse files Browse the repository at this point in the history
  • Loading branch information
Lung committed Feb 4, 2025
1 parent a03d5cb commit 1648b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Templates/translatable/widgets/participantRow.twig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% if ca.contingent %}
- <b>{{ person.getContingent|trans }}</b>
{% endif %}
{% if person.user %}
{% if person.user is defined %}
- {{ person.user.email }}
{% endif %}

Expand Down

0 comments on commit 1648b1a

Please sign in to comment.