Index: openacs-4/packages/evaluation/www/answer-add-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/www/answer-add-edit.tcl,v diff -u -N -r1.19 -r1.20 --- openacs-4/packages/evaluation/www/answer-add-edit.tcl 27 Oct 2014 16:41:25 -0000 1.19 +++ openacs-4/packages/evaluation/www/answer-add-edit.tcl 7 Aug 2017 23:48:10 -0000 1.20 @@ -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 } -validate { late_submit -requires { task_id:integer } { if { [string equal [db_string late_turn_in { *SQL* }] "f"] && [db_string compare_dates { *SQL* } -default 0] } { @@ -157,3 +157,9 @@ } ad_return_template + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: