From c0ee107574e06d6e7cbb08672acb83515bd77d3c Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sat, 19 May 2018 23:49:55 +0100 Subject: [Jams] Fix infraction table display when user is not on server --- templates/staff/jams/infractions/view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@
({{ infraction.participant.username }}#{{ infraction.participant.discriminator }}) {% else %} - {{ infraction.participant.user_id }} + {{ infraction.participant }} {% endif %} {{ infraction.reason }} -- cgit v1.2.3