From 4cb34487f1239e125b9c8c32644459c36c4681a3 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 6 Feb 2021 11:59:38 +0000 Subject: [PATCH] Separate moderation bookmark --- webapp_timeline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp_timeline.py b/webapp_timeline.py index 41e249dff..855204828 100644 --- a/webapp_timeline.py +++ b/webapp_timeline.py @@ -431,7 +431,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str, menuLinks: '#links' } if moderator: - navLinks[menuModeration] = usersPath + '/moderation#timeline' + navLinks[menuModeration] = usersPath + '/moderation#modtimeline' tlStr += htmlKeyboardNavigation(textModeBanner, navLinks, usersPath, translate, followApprovals) @@ -507,7 +507,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str, # second row of buttons for moderator actions if moderator and boxName == 'moderation': tlStr += \ - '
' tlStr += '
\n' idx = 'Nickname or URL. Block using *@domain or nickname@domain'