From fb20ea6e1c210d4cb2505f8bc80d2f20e96db781 Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Mon, 28 Apr 2025 11:23:00 -0400 Subject: [PATCH] Update send.py --- app/main/views/send.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/views/send.py b/app/main/views/send.py index ba098173e..61e0c0083 100644 --- a/app/main/views/send.py +++ b/app/main/views/send.py @@ -932,7 +932,7 @@ def _check_notification(service_id, template_id, exception=None, **kwargs): if (not session.get("recipient")) or not all_placeholders_in_session( template.placeholders ): - raise PermanentRedirect(back_link) + raise PermanentRedirect(back_link["href"]["url"]) template.values = get_recipient_and_placeholders_from_session( template.template_type