source: waeup_product/trunk/skins/waeup_student/student_view.py @ 21

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

initial import

  • Property svn:keywords set to Id
File size: 227 bytes
Line 
1##parameters=post_id=None, REQUEST=None
2
3# $Id: student_view.py 19 2005-09-29 09:34:34Z 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
8return context.student_view_main()
Note: See TracBrowser for help on using the repository browser.