8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-23 20:03:11 +00:00

Merge branch 'whitelist-cliquable' into 'dev'

Whitelist cliquable

See merge request federez/re2o!257
This commit is contained in:
chirac 2018-08-16 18:20:11 +02:00
commit 164497b02e
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% else %} {% else %}
<tr> <tr>
{% endif %} {% 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.raison }}</td>
<td>{{ ban.date_start }}</td> <td>{{ ban.date_start }}</td>
<td>{{ ban.date_end }}</td> <td>{{ ban.date_end }}</td>

View file

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