Browse Source

Add IP address link to ban appeals

pull/67/head
discomrade 2 years ago
parent
commit
846c11f934
  1. 2
      templates/mod/ban_appeals.html

2
templates/mod/ban_appeals.html

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

Loading…
Cancel
Save