torchbox / django-pattern-library

UI pattern libraries for Django templates
https://torchbox.github.io/django-pattern-library/
BSD 3-Clause "New" or "Revised" License
360 stars 44 forks source link

Avoid hard-failure #243

Open katdom13 opened 7 months ago

katdom13 commented 7 months ago

Description

This fix reverts the change to the default_html argument and converts it to none if it's not a string

Checklist