Browse Source

Affichage du nom et pas de l'id

tickets
Grizzly 6 years ago
parent
commit
d59783fd6b
  1. 2
      tickets/templates/tickets/aff_tickets.html

2
tickets/templates/tickets/aff_tickets.html

@ -65,7 +65,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</a>
</td>
{% if ticket.user %}
<td><a href="{% url 'users:profil' ticket.user.id%}" role="button">{{ ticket.user.id }}</a></td>
<td><a href="{% url 'users:profil' ticket.user.id%}" role="button">{{ ticket.user.get_short_name }}</a></td>
{% else %}
<td> Anonyme </td>
{% endif %}

Loading…
Cancel
Save