Update send.py

This commit is contained in:
Jonathan Bobel
2025-04-28 11:23:00 -04:00
parent cd40580231
commit fb20ea6e1c

View File

@@ -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