Show pinning checkbox on new followers only post screen

main
Bob Mottram 2021-11-09 18:08:19 +00:00
parent c5b18b436c
commit 98d09c48a8
1 changed files with 2 additions and 1 deletions

View File

@ -575,7 +575,8 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
'<input type="hidden" name="commentsEnabled" ' + \
'value="true">\n'
if endpoint == 'newpost':
if endpoint == 'newpost' or \
endpoint == 'newfollowers':
dateAndLocation += \
'<p><input type="checkbox" class="profilecheckbox" ' + \
'name="pinToProfile"><label class="labels"> ' + \