From 58864684b76f2fe0b3a52691005f36387c7bf247 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 23 Jan 2023 03:21:41 +0200 Subject: [PATCH] fix empty sorting buttons when viewing wall comments --- files/templates/userpage/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/userpage/header.html b/files/templates/userpage/header.html index 2b18adb67..7067b59d2 100644 --- a/files/templates/userpage/header.html +++ b/files/templates/userpage/header.html @@ -27,7 +27,7 @@ -{% if "/saved/" not in request.path and "/subscribed/" not in request.path and not path == '' %} +{% if "/saved/" not in request.path and "/subscribed/" not in request.path and not path == '' and '/wall/comment/' not in path %}