Index: openacs-4/packages/evaluation/www/view/answer-add-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/www/view/answer-add-edit.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/evaluation/www/view/answer-add-edit.tcl 27 Oct 2014 16:41:28 -0000 1.3 +++ openacs-4/packages/evaluation/www/view/answer-add-edit.tcl 7 Aug 2017 23:48:10 -0000 1.4 @@ -13,7 +13,7 @@ item_id:naturalnum,notnull,optional upload_file:trim,optional upload_file.tmpfile:tmpfile,optional - return_url:notnull + return_url:localurl,notnull {comment ""} } -validate { late_submit -requires { task_id:integer } { @@ -164,3 +164,9 @@ } ad_return_template + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: