Fix straggling by_user reference in events.html

This commit is contained in:
Drew DeVault 2019-09-07 09:41:15 -07:00
parent 7fe113cc82
commit 4d5126cfc7
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
</a>
to #{{event.ticket.scoped_id}}
{% elif EventType.unassigned_user in event.event_type %}
<a href="{{event.by_user|participant_url}}">
<a href="{{event.by_participant|participant_url}}">
{{event.by_participant}}
</a>
unassigned