ticket.html: fix missed property name

This commit is contained in:
Drew DeVault 2019-08-22 12:37:14 +09:00
parent 4e57b3a290
commit aa7334e7d8
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@
</a>
{% endif %}
{% if EventType.ticket_mentioned in event.event_type %}
<a href="{{ event.by_user|participant_url }}">
<a href="{{ event.by_participant|participant_url }}">
{{ event.by_participant }}
</a>
{% set relation = event.from_ticket %}