Skip to content

Commit

Permalink
Ajout du badge 'Banni' sur la page des IP (#6629)
Browse files Browse the repository at this point in the history
  • Loading branch information
leroivi authored Aug 11, 2024
1 parent 8fd4985 commit 09a5059
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion templates/member/admin/memberip.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@
{% for member in members %}
{% captureas last_visit %}{% if member.last_visit %}{{ member.last_visit|format_date:True }}{% else %}<i>{% trans "Jamais" %}</i>{% endif %}{% endcaptureas %}
<tr>
<td>{% include "misc/member_item.part.html" with member=member avatar=True %}</td>
<td>
{% include "misc/member_item.part.html" with member=member avatar=True %}
{% include "misc/badge.part.html" with member=member.user long_badge=False %}
</td>
<td>{{ member.user.date_joined|format_date:True }}</td>
<td>{{ last_visit }}</td>
</tr>
Expand Down

0 comments on commit 09a5059

Please sign in to comment.