dojango

Import fails with a strange error

I get: TemplateSyntaxError at /blog/post/test Caught NameError while rendering: global name 'forms' is not defined for this code: forms.py from dojango.forms import widgets from django.contrib.comments.forms import CommentForm from Website.Comments.models import PageComment class PageCommentForm(CommentForm): title = widg...