I am trying to use `django-mptt-comments` app on my django project
however I'm running into problems when I try posting a comment.

I get the error : `AttributeError: 'NoneType' object has no attribute
'level'`

Here is the traceback: https://gist.github.com/1481179

You will notice in the traceback that the error occurs in the appp's
form.py at line 93. Here is what the code looks like: 
https://gist.github.com/1481191

Can anyone tell me what could be causing this problem and how I could
go about fixing it. Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to