From aefd695001da8b5876ee507c0b92d15f74d129e6 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 25 Apr 2024 10:08:14 -0500 Subject: [PATCH] adding responder name --- src/main.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.lisp b/src/main.lisp index 807c956..85796fe 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -409,7 +409,7 @@ with the image attached" (:p :class "text-md" "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."))))))) -(hunchentoot:define-easy-handler (respond :uri "/camp-form") () +(hunchentoot:define-easy-handler (camp-form :uri "/camp-form") () (let* ((request-type (hunchentoot:request-method hunchentoot:*request*)) (data (hunchentoot:post-parameters* hunchentoot:*request*)) (registration (cdr (assoc "registration" data :test 'string=)))