Package django :: Package contrib :: Package comments :: Package templatetags :: Module comments
[hide private]
[frames] | no frames]

Module comments

source code

Classes [hide private]
  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.
Variables [hide private]
  register = template.Library()
  COMMENT_FORM = 'comments/form.html'
  FREE_COMMENT_FORM = 'comments/freeform.html'