Last change
on this file since 892 was
805,
checked in by joachim, 18 years ago
|
propset Id
|
-
Property svn:keywords set to
Id
|
File size:
381 bytes
|
Rev | Line | |
---|
[731] | 1 | ## Script (Python) "folder_delete" |
---|
| 2 | ##bind container=container |
---|
| 3 | ##bind context=context |
---|
| 4 | ##bind namespace= |
---|
| 5 | ##bind script=script |
---|
| 6 | ##bind subpath=traverse_subpath |
---|
| 7 | ##parameters= |
---|
| 8 | ##title= |
---|
| 9 | ## |
---|
[805] | 10 | # $Id: add_course_result.py 805 2006-11-09 09:38:29Z joachim $ |
---|
[731] | 11 | """ |
---|
| 12 | FIXME: add docstring. |
---|
| 13 | """ |
---|
| 14 | |
---|
| 15 | return context.REQUEST.RESPONSE.redirect("%s/content_create?type_name=StudentCourseResult" |
---|
| 16 | % (context.absolute_url())) |
---|
Note: See
TracBrowser for help on using the repository browser.