source: waeup_product/trunk/skins/waeup_student/student_folder_view.py @ 33

Last change on this file since 33 was 23, checked in by joachim, 19 years ago

weitere fixes

  • Property svn:keywords set to Id
File size: 340 bytes
Line 
1##parameters=REQUEST=None
2
3# $Id: student_folder_view.py 23 2005-09-30 09:28:29Z joachim $
4
5"""Default view for the forum. If post_id is not None, post with id = <post_id>
6will be displayed, otherwise first post will be displayed."""
7
8admin = "SectionManager" in context.portal_membership.getAuthenticatedMember().getRolesInContext(context)
9
10return context.student_folder_view_main(admin = admin)
Note: See TracBrowser for help on using the repository browser.