I\'ve been reading on the django docs about the comments framework and how to customize it (http://docs.djangoproject.com/en/1.1/ref/contrib/comments/custom/) In that page,
You can try overriding the comment form with a custom template that only shows the fields you want.