From 9876ccacb94ee62cc08e809478df1a5191c7968c Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 25 Apr 2024 11:26:12 -0500 Subject: [PATCH] fix url not having the last / --- src/main.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.lisp b/src/main.lisp index 85796fe..182caef 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -444,7 +444,7 @@ with the image attached" "If you'd like to pay for your registration go to the donate tab in the top right when you are ready and find the camp registration option."))))))) (progn (uiop:println "Health now") - (setf (tbnl:header-out :HX-Redirect) (format nil "/camp-health-form?registration=~A" registration)) + (setf (tbnl:header-out :HX-Redirect) (format nil "/camp-health-form/?registration=~A" registration)) (uiop:println (tbnl:headers-out*)) (mail-camp-form data nil)))))