Uncheck by default

merge-requests/9/merge
Bob Mottram 2021-01-24 18:14:36 +00:00
parent 09b9ec8851
commit ff47d5af19
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
if endpoint == 'newpost':
dateAndLocation += \
'<p><input type="checkbox" class="profilecheckbox" ' + \
'name="pinToProfile" checked><label class="labels"> ' + \
'name="pinToProfile"><label class="labels"> ' + \
translate['Pin this post to your profile.'] + '</label></p>\n'
if not inReplyTo and endpoint != 'newevent':