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'