From 787169c74765121881e2cf7a781e0281863908e5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 6 Feb 2021 11:56:22 +0000 Subject: [PATCH] Link to timeline --- webapp_timeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_timeline.py b/webapp_timeline.py index 084918eae..41e249dff 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' + navLinks[menuModeration] = usersPath + '/moderation#timeline' tlStr += htmlKeyboardNavigation(textModeBanner, navLinks, usersPath, translate, followApprovals)