From 846c11f934258de340bcc3f17d1756b42319f27e Mon Sep 17 00:00:00 2001 From: discomrade Date: Thu, 9 Dec 2021 23:16:23 -0100 Subject: [PATCH] Add IP address link to ban appeals --- templates/mod/ban_appeals.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/mod/ban_appeals.html b/templates/mod/ban_appeals.html index 23eced12..53588daf 100644 --- a/templates/mod/ban_appeals.html +++ b/templates/mod/ban_appeals.html @@ -16,7 +16,7 @@ {% if mod|hasPermission(config.mod.show_ip, board.uri) %} {% trans 'IP' %} - {{ ban.mask }} + {{ ban.mask }} {% endif %}