From fd4ebd11ad6739479e713f1595ae93d60a75ef35 Mon Sep 17 00:00:00 2001 From: RealAngeleno Date: Sun, 10 Sep 2023 10:54:49 -0700 Subject: [PATCH] very small QOL change for ban appeals --- templates/mod/ban_appeals.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/mod/ban_appeals.html b/templates/mod/ban_appeals.html index 7c29d0b6..a9d38fc2 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|cloak_mask }} + {{ ban.mask|cloak_mask }} {% endif %} @@ -104,4 +104,4 @@
-{% endfor %} \ No newline at end of file +{% endfor %}