| Home | Trees | Indices | Help |
|---|
|
|
|
|||
| CommentFormNode | |||
| CommentCountNode | |||
| CommentListNode | |||
|
DoCommentForm Displays a comment form for the given params. |
|||
|
DoCommentCount Gets comment count for the given params and populates the template context with a variable containing that value, whose name is defined by the 'as' clause. |
|||
|
DoGetCommentList Gets comments for the given params and populates the template context with a special comment_package variable, whose name is defined by the ``as`` clause. |
|||
|
|||
register = template.Library()
|
|||
COMMENT_FORM = 'comments/form.html'
|
|||
FREE_COMMENT_FORM = 'comments/freeform.html'
|
|||
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Apr 17 18:52:12 2008 | http://epydoc.sourceforge.net |