From af84a8da2d633363e01953906b5d5534aaac71b3 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sat, 27 Apr 2024 07:28:25 -0500 Subject: [PATCH] update todo --- TODO.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.org b/TODO.org index db35445..8256d82 100644 --- a/TODO.org +++ b/TODO.org @@ -6,7 +6,7 @@ * DONE Move to the lisp server and htmx SCHEDULED: <2024-04-24 Wed> I want to move all validation and form processing to the lisp server and htmx. This way I'm not doing javascript which is sometimes complicated since I use it so infrequently, however, this will likely be a bit more involved, so I'll need to learn htmx, but I think it'll be better in the end, since htmx more akin to what the web was supposed to be like. -* TODO Add registration cost and info to home page, thank you page, and thank you responses +* DONE Add registration cost and info to home page, thank you page, and thank you responses SCHEDULED: <2024-04-25 Thu 09:00> * DONE Fix bug in accepting multipart/form-data on lisp server The multiline text options do not grab the entire entry. I'll need to fix that by ensuring that the entire section is grabbed for every entry.