Index: openacs-4/packages/acs-templating/www/doc/demo/list7/add-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/list7/add-edit.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/doc/demo/list7/add-edit.tcl 27 Oct 2014 16:40:21 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/demo/list7/add-edit.tcl 7 Aug 2017 23:48:02 -0000 1.4 @@ -13,6 +13,8 @@ } -properties { context:onevalue page_title:onevalue +} -validate { + csrf { csrf::validate } } # When using ad_form to generate or edit acs_objects, the object type's @@ -121,3 +123,9 @@ # processing an "edit" request or a submitted form that contains errors. ad_return_template + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: