From 736f28e254d2948bb2cf5a5c20bd706f3ae59665 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 3 Feb 2021 17:02:04 -0800 Subject: [PATCH] Fixes user tabs linking to logged in user --- bookwyrm/templates/user/user_layout.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bookwyrm/templates/user/user_layout.html b/bookwyrm/templates/user/user_layout.html index ec8f71890..2a086fcda 100644 --- a/bookwyrm/templates/user/user_layout.html +++ b/bookwyrm/templates/user/user_layout.html @@ -71,20 +71,20 @@ {% if 'user/'|add:username|add:'/shelf' not in request.path and 'user/'|add:username|add:'/shelves' not in request.path %}