Index: openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl,v diff -u -r1.89 -r1.90 --- openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 8 Oct 2024 14:13:36 -0000 1.89 +++ openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 12 Mar 2025 09:13:26 -0000 1.90 @@ -796,6 +796,7 @@ # application-specific (validation is not always wanted, # especially, when high backward compitibility is required). # + #ns_log notice "ad_form: adding csrf token $::__csrf_token" template::element create $form_name __csrf_token -datatype text -widget hidden -value $::__csrf_token } }