From 26ca9342b90874c6dd243c43022b86f449cb9a53 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 8 Nov 2022 20:20:36 +0000 Subject: [PATCH] Send button for reports --- webapp_create_post.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp_create_post.py b/webapp_create_post.py index b8461cc35..c764f442b 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -880,7 +880,8 @@ def html_new_post(media_instance: bool, translate: {}, ' \n' - if not path.endswith('/newdm'): + if not path.endswith('/newdm') and \ + not path.endswith('/newreport'): submit_text = translate['Publish'] else: submit_text = translate['Send']