From c0889ff13d2f9489dc2c3b24fda955bdb5e0dc60 Mon Sep 17 00:00:00 2001
From: Chris Cochrun <chris@cochrun.xyz>
Date: Tue, 9 Jan 2024 13:19:50 -0600
Subject: [PATCH] typo in mt-form.html for attitude question

---
 layouts/shortcodes/mt-form.html | 53 +--------------------------------
 1 file changed, 1 insertion(+), 52 deletions(-)

diff --git a/layouts/shortcodes/mt-form.html b/layouts/shortcodes/mt-form.html
index f3dc4e5..d9b9808 100644
--- a/layouts/shortcodes/mt-form.html
+++ b/layouts/shortcodes/mt-form.html
@@ -349,58 +349,7 @@
         </div>
         <div class="basis-full my-10">
             <label for="final-agreement" class="px-2">
-                I understand that in order for my application to be accepted I need to have this application, a health form, a picture, the $25 registration fee, and 3 reference forms all completed. ;; (let ((form '(("age" . "150")
- ;;               ("registration" . "later")
- ;;               ("final-agreement" . "yes")
- ;;               ("relevant-notes" . "")
- ;;               ("attitude-toward-work" . "")
- ;;               ("previous-trip-info" . "")
- ;;               ("weaknesses" . "")
- ;;               ("strengths" . "")
- ;;               ("reasons-for-trip-choice" . "")
- ;;               ("involvement-with-group" . "")
- ;;               ("testimony" . "")
- ;;               ("relationship-with-jesus" . "")
- ;;               ("tripnotes" . "")
- ;;               ("trip" . "New Mexico")
- ;;               ("shirt" . "small")
- ;;               ("tfcgroup" . "Phillipsburg")
- ;;               ("churchattendanceother" . "")
- ;;               ("churchattendance" . "yes")
- ;;               ("church" . "")
- ;;               ("pastorphone" . "9991112222")
- ;;               ("pastorlastname" . "The White")
- ;;               ("pastorfirstname" . "Gandalf")
- ;;               ("grade" . "sophomore")
- ;;               ("school" . "A cool one")
- ;;               ("parentemail" . "bilbosmells@braggins.xyz")
- ;;               ("email" . "chris@cochrun.xyz")
- ;;               ("parentphone" . "8889990000")
- ;;               ("cellphone" . "7853021664")
- ;;               ("zip" . "67661")
- ;;               ("state" . "Middle Earth")
- ;;               ("city" . "The Shire")
- ;;               ("street" . "1234 Bag End, 98 Hobbiton")
- ;;               ("gender" . "Male")
- ;;               ("birthdate" . "1873-11-23")
- ;;               ("parentlastname" . "Braggins")
- ;;               ("parentfirstname" . "Bilbo")
- ;;               ("lastname" . "Braggins")
- ;;               ("firstname" . "Frodo"))))
- ;;   (with-html-string
- ;;     (:doctype)
- ;;     (:html
- ;;      (:head (:title "TFC Mission Trip Form")
- ;;             (:style (apply #'lass:compile-and-write *mail-css*)))
- ;;      (:body
- ;;       (:h1 (format nil "Mission Trip Form for ~a ~a" "Chris" "Ccohrun"))
- ;;       (:hr)
- ;;       (:table
- ;;        (loop for row in form
- ;;              do (:tr
- ;;                  (:th (trim-whitespace (car row)))
- ;;                  (:td (trim-whitespace
-
+                I understand that in order for my application to be accepted I need to have this application, a health form, a picture, the $25 registration fee, and 3 reference forms all completed.
             </label>
             <div class="my-4">
                 <input type="radio" value="yes" id="final-agreement" name="final-agreement"