ban_history.html: fix IP display

This commit is contained in:
Zankaria 2025-02-14 11:11:49 +01:00
parent 41b497bbb2
commit f30ef7c602

View File

@ -11,7 +11,7 @@
</tr>
<tr>
<th>{% trans 'IP' %}</th>
<td>{{ ban.cmask }}</td>
<td>{{ ban.mask|cloak_ip }}</td>
</tr>
<tr>
<th>{% trans 'Reason' %}</th>