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

liens des profils dans la liste des tickets

This commit is contained in:
Grizzly 2019-08-10 08:53:52 +00:00 committed by Gabriel Detraz
parent 84ab2b0cbd
commit f112cf3305

View file

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