Skip to content

Commit

Permalink
fixed 500 in showing paid patrol participants in administration with …
Browse files Browse the repository at this point in the history
…allowed email
  • Loading branch information
tomtomklima committed Sep 29, 2024
1 parent 01ec9bb commit 8a7de98
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Templates/translatable/widgets/participantRow.twig
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
{% if ca.contingent %}
- <b>{{ person.getContingent|trans }}</b>
{% endif %}
{% if ca.email %}
- {{ person.getEmail }}
{% elseif person.user %}
{% if person.user %}
- {{ person.user.email }}
{% endif %}

Expand Down

0 comments on commit 8a7de98

Please sign in to comment.