mirror of https://gitlab.com/bashrc2/epicyon
Show pinning checkbox on new followers only post screen
parent
c5b18b436c
commit
98d09c48a8
|
@ -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"> ' + \
|
||||
|
|
Loading…
Reference in New Issue