stephenmcd / django-forms-builder

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

Update deprecated render_to_response with render #242

Open annabrodersen opened 5 years ago

annabrodersen commented 5 years ago

form_sent function uses deprecated render_to_response causing the confirmation page to display as html code, updating to render fixes the problem.