mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-16 00:13:12 +00:00
nom cliquable dans les bans aussi
This commit is contained in:
parent
c148306eb3
commit
92cdb3004e
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue