Remove news timeline button

alt-html-css
Admin 2020-12-03 12:52:29 +00:00
parent 2171fd07a1
commit c625043ebb
1 changed files with 0 additions and 4 deletions

View File

@ -117,10 +117,6 @@ def headerButtonsTimeline(defaultTimeline: str,
if (defaultTimeline == 'tlfeatures' and boxName in userPages) \
or (not defaultTimeline == 'tlfeatures' and not minimal):
activeButtonList.append(('tlnews',
{'pageRef': '/tlnews',
'translateText': 'News'}
))
activeButtonList.append(('tlblogs',
{'pageRef': '/tlblogs',
'translateText': 'Blogs'}