#8555: comments documentation issues: get_comment_form raising argument errors
in
comments.py
---------------------------------------+------------------------------------
Reporter: imacqueen | Owner: nobody
Status: new | Milestone:
Component: Documentation | Version: SVN
Keywords: comments get_comment_form | Stage: Unreviewed
Has_patch: 0 |
---------------------------------------+------------------------------------
the documentation @
http://docs.djangoproject.com/en/dev/ref/contrib/comments/#notes-on-the-
comment-form says to simply use
{{{
{% get_comment_form for [object] %}
}}}
as the documentation stands it doesn't seem like it would work (i.e.
tripping the handle_token method).
once i added the 'as x' arguments it worked.
--
Ticket URL: <http://code.djangoproject.com/ticket/8555>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---