Header for responding to shares

merge-requests/8/head
Bob Mottram 2020-12-07 10:44:15 +00:00
parent 31365514ea
commit 451908cf91
1 changed files with 2 additions and 1 deletions

View File

@ -185,7 +185,8 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
if not path.endswith('/newshare'):
if not path.endswith('/newreport'):
if not inReplyTo or path.endswith('/newreminder'):
if not inReplyTo or shareDescription or \
path.endswith('/newreminder'):
newPostText = '<h1>' + \
translate['Write your post text below.'] + '</h1>\n'
else: