Add IP address link to ban appeals

This commit is contained in:
discomrade 2021-12-09 23:16:23 -01:00
parent dd1b6b0276
commit c20db2988d

View File

@ -16,7 +16,7 @@
{% if mod|hasPermission(config.mod.show_ip, board.uri) %}
<tr>
<th>{% trans 'IP' %}</th>
<td>{{ ban.mask }}</td>
<td><a href="/mod.php?/IP/{{ ban.mask }}"</a>{{ ban.mask }}</td>
</tr>
{% endif %}
<tr>