diff options
Diffstat (limited to 'templates/staff')
-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> |