From 9685a4bd2446d6390c00893a00e3ee0d7c7ed8a0 Mon Sep 17 00:00:00 2001 From: Andrew Shumway Date: Tue, 25 Jun 2024 09:04:59 -0600 Subject: [PATCH] Remove code that shouldn't be in --- app/main/views/send.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/main/views/send.py b/app/main/views/send.py index 6d0f4f928..8bb6ce24c 100644 --- a/app/main/views/send.py +++ b/app/main/views/send.py @@ -1039,8 +1039,6 @@ def send_notification(service_id, template_id): ".view_job", service_id=service_id, job_id=upload_id, - from_job=upload_id, - notification_id=notifications["notifications"][0]["id"], # used to show the final step of the tour (help=3) or not show # a back link on a just sent one off notification (help=0) help=request.args.get("help"),