8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-12 09:13:08 +00:00

Affichage du nom et pas de l'id

This commit is contained in:
Grizzly 2019-08-14 17:07:31 +00:00
parent 19f4fdbf97
commit d59783fd6b

View file

@ -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 %}