Browse Source

very small QOL change for ban appeals

main
RealAngeleno 9 months ago
committed by -
parent
commit
fd4ebd11ad
  1. 4
      templates/mod/ban_appeals.html

4
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><a href="/mod.php?/IP/{{ ban.mask|cloak_mask }}"</a>{{ ban.mask|cloak_mask }}</td> <td><a class="ip-link" style="margin:0;" href="?/IP/{{ ban.mask|cloak_mask }}">{{ ban.mask|cloak_mask }}</a></td>
</tr> </tr>
{% endif %} {% endif %}
<tr> <tr>
@ -104,4 +104,4 @@
</form> </form>
<hr> <hr>
{% endfor %} {% endfor %}

Loading…
Cancel
Save