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

nom cliquable dans les bans aussi

This commit is contained in:
grisel-davy 2018-08-16 10:33:00 +02:00 committed by root
parent c148306eb3
commit 92cdb3004e

View file

@ -43,7 +43,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% else %}
<tr>
{% endif %}
<td>{{ ban.user }}</td>
<td><a href="{% url "users:profil" ban.user.id%}" class="btn btn-primary btn-sm" role="button"><i class="fa fa-user"></i> {{ ban.user }}</a></td>
<td>{{ ban.raison }}</td>
<td>{{ ban.date_start }}</td>
<td>{{ ban.date_end }}</td>