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.