diff --git a/tickets/templates/tickets/aff_tickets.html b/tickets/templates/tickets/aff_tickets.html index ed9e1f88..6bb062fb 100644 --- a/tickets/templates/tickets/aff_tickets.html +++ b/tickets/templates/tickets/aff_tickets.html @@ -65,7 +65,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% if ticket.user %} - {{ ticket.user.id }} + {{ ticket.user.get_short_name }} {% else %} Anonyme {% endif %}