adamchainz / gargoyle

:radio_button: Feature switches in Django
Apache License 2.0
109 stars 19 forks source link

Use format_html instead of mark_safe #93

Closed nkovshov closed 8 years ago

nkovshov commented 8 years ago

Fixes issue #25

adamchainz commented 8 years ago

@nkovshov bump

nkovshov commented 8 years ago

Adam, yes, you are right about format_html misusing. I've fixed it.

adamchainz commented 8 years ago

Merged in d61052af298cd5f66a413959736c37d0c242f93e, thanks!