marksweb / django-bleach

Bleach is a Python module that takes any HTML input, and returns valid, sanitised HTML that contains only an allowed subset of HTML tags, attributes and styles. django-bleach is a Django app that makes using bleach extremely easy.
MIT License
148 stars 23 forks source link

Updated link to bleach documentation #16

Closed joopeed closed 4 years ago

joopeed commented 4 years ago

Fixed broken link to bleach documentation

marksweb commented 4 years ago

Thanks @joopeed but this change conflicts with another PR.

Could you please merge master to resolve & then I'll take another look 👍

joopeed commented 4 years ago

Done @marksweb