From a910cede78307c1bcf17ff97a7419d0090e6ba59 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Fri, 7 Oct 2022 22:41:01 -0700 Subject: [PATCH] userBanBlock block was incorrect on mobile --- files/templates/userpage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 602ddc4b2d..b70b76d666 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -310,7 +310,7 @@
- {{ userpage_admintools.userBanBlock('desktop') }} + {{ userpage_admintools.userBanBlock('mobile') }}

{{u.user_name}}

{% if u.username != u.original_username %}