diff options
| author | ckonstanski <kostcarl@isu.edu> | 2026-08-09 18:27:06 -0600 |
|---|---|---|
| committer | ckonstanski <kostcarl@isu.edu> | 2026-08-09 18:27:06 -0600 |
| commit | 8e6cd2806227f2dd812c7b8f6586f5bfd3ee0afe (patch) | |
| tree | 517f3bc90f2e2b75f0af10d833d08a7889e512a0 /lisp/service/about-us-service.lisp | |
| parent | ee794b772c9660f4180f13fdf51de37b73961485 (diff) | |
more react migration
Diffstat (limited to 'lisp/service/about-us-service.lisp')
| -rw-r--r-- | lisp/service/about-us-service.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/service/about-us-service.lisp b/lisp/service/about-us-service.lisp index efbcbd2..90e2625 100644 --- a/lisp/service/about-us-service.lisp +++ b/lisp/service/about-us-service.lisp @@ -53,7 +53,7 @@ (setf (form instance) (make-form "about-us-modify-form" nil nil - `((:label "Content" :name "txt-content" :field-type "textarea" :value ,(content about-us) :required "required") + `((:label "Content" :name "content" :field-type "textarea" :value ,(content about-us) :required "required") (:label "Modify" :field-type "button" :onclick "on_about_us_modify_submit_clicked()")))))))) (defun about-us-modify-submit-json (category content) |
