stephenmcd / django-forms-builder

Let users build forms in Django admin
BSD 2-Clause "Simplified" License
691 stars 281 forks source link

form.response will be not escaped #212

Open jedie opened 6 years ago

jedie commented 6 years ago

If form post is a ajax request, then the form.response text will be send without html escape.