mirror of https://gitlab.com/bashrc2/epicyon
Header for responding to shares
parent
31365514ea
commit
451908cf91
|
@ -185,7 +185,8 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
|
||||||
|
|
||||||
if not path.endswith('/newshare'):
|
if not path.endswith('/newshare'):
|
||||||
if not path.endswith('/newreport'):
|
if not path.endswith('/newreport'):
|
||||||
if not inReplyTo or path.endswith('/newreminder'):
|
if not inReplyTo or shareDescription or \
|
||||||
|
path.endswith('/newreminder'):
|
||||||
newPostText = '<h1>' + \
|
newPostText = '<h1>' + \
|
||||||
translate['Write your post text below.'] + '</h1>\n'
|
translate['Write your post text below.'] + '</h1>\n'
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue