fix url not having the last /
This commit is contained in:
parent
adbd264a02
commit
9876ccacb9
|
@ -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)))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue