morlandi / django-ajax-datatable

A Django app which provides the integration of a Django project with the jQuery Javascript library DataTables.net
MIT License
211 stars 64 forks source link

Should be a quick fix for issue #61 #62

Closed Mike3285 closed 2 years ago

Mike3285 commented 2 years ago

I edited the code to prevent html tags to be rendered, but probably there's a better way to fix the problem. Makes it safer though

Mike3285 commented 2 years ago

Little bit added to to the docs for #67