From 2bb7611c5e0eb28152c7e8082c1a6b7651ae2317 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sun, 29 Dec 2024 00:19:48 +0100 Subject: [PATCH] view_ip.html: use ?/IP endpoint to remove bans and add notes --- templates/mod/view_ip.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/mod/view_ip.html b/templates/mod/view_ip.html index 7dbdf8a2..330f493f 100644 --- a/templates/mod/view_ip.html +++ b/templates/mod/view_ip.html @@ -43,7 +43,7 @@ {% endif %} {% if mod|hasPermission(config.mod.create_notes) %} -
+ @@ -75,7 +75,7 @@ {{ bans_length }} {% trans %}ban on record{% plural notes_length %}bans on record{% endtrans %} {% for ban in bans %} - + {% include 'mod/ban_history.html' %}