diff --git a/webapp_create_post.py b/webapp_create_post.py index db15f0f8b..073146103 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -92,7 +92,7 @@ def htmlNewPostDropDown(scopeIcon: str, scopeDescription: str, iconsPath + '/scope_public.png"/>' + \ translate['Public'] + '
' + \ translate['Visible to anyone'] + '\n' - if defaultTimeline == 'tlnews': + if defaultTimeline == 'tlfeatures': dropDownContent += \ '
  • ' - elif boxName == 'tlblogs' or boxName == 'tlnews': + elif (boxName == 'tlblogs' or + boxName == 'tlnews' or + boxName == 'tlfeatures'): if not iconsAsButtons: newPostButtonStr += \ '