diff options
author | 2018-05-19 23:49:55 +0100 | |
---|---|---|
committer | 2018-05-19 23:49:55 +0100 | |
commit | c0ee107574e06d6e7cbb08672acb83515bd77d3c (patch) | |
tree | 2ab62bc2284151fce9bc46833c19a2b653b89376 /templates | |
parent | Lock gevent==1.2.2 (diff) |
[Jams] Fix infraction table display when user is not on server
Diffstat (limited to 'templates')
-rw-r--r-- | templates/staff/jams/infractions/view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/staff/jams/infractions/view.html b/templates/staff/jams/infractions/view.html index cace2369..bb3cf0ce 100644 --- a/templates/staff/jams/infractions/view.html +++ b/templates/staff/jams/infractions/view.html @@ -55,7 +55,7 @@ <br /> ({{ infraction.participant.username }}#{{ infraction.participant.discriminator }}) {% else %} - <code>{{ infraction.participant.user_id }}</code> + <code>{{ infraction.participant }}</code> {% endif %} </td> <td title="{{ infraction.reason }}">{{ infraction.reason }}</td> |