mirror of https://gitlab.com/bashrc2/epicyon
Unlisted available on dropdown when replying to unlisted post
parent
ec9ae96850
commit
d77d397bca
|
@ -122,12 +122,12 @@ def _html_new_post_drop_down(scope_icon: str, scope_description: str,
|
|||
'icons/scope_blog.png"/><b>' + \
|
||||
translate['Blog'] + '</b><br>' + \
|
||||
translate['Publicly visible post'] + '</a></li>\n'
|
||||
drop_down_content += \
|
||||
'<li><a href="' + path_base + dropdown_unlisted_suffix + \
|
||||
'"><img loading="lazy" alt="" title="" src="/' + \
|
||||
'icons/scope_unlisted.png"/><b>' + \
|
||||
translate['Unlisted'] + '</b><br>' + \
|
||||
translate['Not on public timeline'] + '</a></li>\n'
|
||||
drop_down_content += \
|
||||
'<li><a href="' + path_base + dropdown_unlisted_suffix + \
|
||||
'"><img loading="lazy" alt="" title="" src="/' + \
|
||||
'icons/scope_unlisted.png"/><b>' + \
|
||||
translate['Unlisted'] + '</b><br>' + \
|
||||
translate['Not on public timeline'] + '</a></li>\n'
|
||||
drop_down_content += \
|
||||
'<li><a href="' + path_base + dropdown_followers_suffix + \
|
||||
'" accesskey="' + access_keys['menuFollowers'] + '">' + \
|
||||
|
|
Loading…
Reference in New Issue