mirror of https://gitlab.com/bashrc2/epicyon
Uncheck by default
parent
09b9ec8851
commit
ff47d5af19
|
@ -488,7 +488,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
|
||||||
if endpoint == 'newpost':
|
if endpoint == 'newpost':
|
||||||
dateAndLocation += \
|
dateAndLocation += \
|
||||||
'<p><input type="checkbox" class="profilecheckbox" ' + \
|
'<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'
|
translate['Pin this post to your profile.'] + '</label></p>\n'
|
||||||
|
|
||||||
if not inReplyTo and endpoint != 'newevent':
|
if not inReplyTo and endpoint != 'newevent':
|
||||||
|
|
Loading…
Reference in New Issue