aboutsummaryrefslogtreecommitdiffstats
path: root/templates/staff
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-05-19 23:49:55 +0100
committerGravatar Gareth Coles <[email protected]>2018-05-19 23:49:55 +0100
commitc0ee107574e06d6e7cbb08672acb83515bd77d3c (patch)
tree2ab62bc2284151fce9bc46833c19a2b653b89376 /templates/staff
parentLock gevent==1.2.2 (diff)
[Jams] Fix infraction table display when user is not on server
Diffstat (limited to 'templates/staff')
-rw-r--r--templates/staff/jams/infractions/view.html2
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>