Debug of django {{form.as_p}} in html
I am a beginner in django with python, I confront a problem about the TemplateDoesNotExist in django/forms/errors/list/default.html, Is anyone know the solution?
I already tried remove the {{form.as_p}} in my html, the page is work without the form. Therefore, I guess the problem may come from the modalform I made, but I still not find the wrong.