From d77d397bcadbb7c82d0afcddd490ffe610651a64 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 12 Mar 2022 13:28:32 +0000 Subject: [PATCH] Unlisted available on dropdown when replying to unlisted post --- webapp_create_post.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/webapp_create_post.py b/webapp_create_post.py index 47e432273..b764f262d 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -122,12 +122,12 @@ def _html_new_post_drop_down(scope_icon: str, scope_description: str, 'icons/scope_blog.png"/>' + \ translate['Blog'] + '
' + \ translate['Publicly visible post'] + '\n' - drop_down_content += \ - '
  • ' + \ - translate['Unlisted'] + '
    ' + \ - translate['Not on public timeline'] + '
  • \n' + drop_down_content += \ + '
  • ' + \ + translate['Unlisted'] + '
    ' + \ + translate['Not on public timeline'] + '
  • \n' drop_down_content += \ '
  • ' + \