Custom Templates/Forms for Django Comments
How would I make my own cu开发者_开发知识库stom templates/forms for the built in Django Comments Framework?
If you just want to override (specific) templates put them in templates/comments (a technique not only valid for contrib.comments but for all reusable apps including Django's admin.).
If you want to edit the builtin forms you have to extend contrib.comments as mentioned and explained in the docs.
精彩评论