public
Description: A pre save hook for django comments that uses html5lib to sanitize the comment body
Homepage:
Clone URL: git://github.com/nshah/django-comment-sanitize.git
name age message
file .gitignore Loading commit data...
file README.markdown
file __init__.py
README.markdown

django-comment-sanitize

A post commit hook to enable HTML sanitization on the comment body using the html5lib sanitizing parser. Simply include it in your INSTALLED_APPS to activate it.