From d10295c814174ccfe1efaafb46d542364407e691 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 19 Aug 2019 20:50:07 +0100 Subject: [PATCH] search button on new post --- webinterface.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webinterface.py b/webinterface.py index f53fa5f91..2e1c0b86a 100644 --- a/webinterface.py +++ b/webinterface.py @@ -531,6 +531,8 @@ def htmlSuspended(baseDir: str) -> str: return suspendedForm def htmlNewPost(baseDir: str,path: str,inReplyTo: str,mentions: []) -> str: + """New post screen + """ reportUrl=None if '/newreport?=' in path: reportUrl=path.split('/newreport?=')[1] @@ -649,6 +651,7 @@ def htmlNewPost(baseDir: str,path: str,inReplyTo: str,mentions: []) -> str: ' ' \ ' ' \ ' ' \ + ' Search for emoji'+ \ ' '+ \ replyStr+ \ ' ' \