Last change
on this file since 54 was
48,
checked in by joachim, 19 years ago
|
=weiteres
|
-
Property svn:keywords set to
Id
|
File size:
383 bytes
|
Line | |
---|
1 | ##parameters=REQUEST=None,psm=None,groups=None |
---|
2 | |
---|
3 | # $Id: student_folder_view.py 48 2005-10-16 15:47:22Z joachim $ |
---|
4 | |
---|
5 | """Default view for the forum. If post_id is not None, post with id = <post_id> |
---|
6 | will be displayed, otherwise first post will be displayed.""" |
---|
7 | |
---|
8 | admin = "SectionManager" in context.portal_membership.getAuthenticatedMember().getRolesInContext(context) |
---|
9 | |
---|
10 | return context.student_folder_view_main(admin = admin,psm=psm,groups=groups) |
---|
Note: See
TracBrowser for help on using the repository browser.