make sure form is real
This commit is contained in:
parent
29bbdd6cd2
commit
f703374754
|
@ -490,8 +490,9 @@ with the image attached"
|
||||||
(log:info data)
|
(log:info data)
|
||||||
;; This is extremely necessary so that cors is right
|
;; This is extremely necessary so that cors is right
|
||||||
(setf (tbnl:header-out :access-control-expose-headers) "*")
|
(setf (tbnl:header-out :access-control-expose-headers) "*")
|
||||||
|
(if data
|
||||||
(post-camp-data data)
|
(post-camp-data data)
|
||||||
(mail-camp-form data nil)
|
(mail-camp-form data nil))
|
||||||
(if (string= health "later")
|
(if (string= health "later")
|
||||||
(progn (uiop:println "Selected health later")
|
(progn (uiop:println "Selected health later")
|
||||||
(cond ((string= registration "now")
|
(cond ((string= registration "now")
|
||||||
|
|
Loading…
Reference in a new issue