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 %}