trying to capitalize headers of camp form email

This commit is contained in:
Chris Cochrun 2024-04-25 21:38:04 -05:00
parent 51e9d7fc9b
commit b3851df8ab

View file

@ -356,7 +356,7 @@ with the image attached"
(:table
(loop for row in form
do (:tr
(:th (car row))
(:th (string-capitalize (car row)))
(:td (cdr row))))))))))))
(tbnl:define-easy-handler (health-form :uri "/health-form") ()