Validation error not showing on form
问题 I'm creating a SignUp form and it displays the validation errors, such as required fields. However, using Django-Crispy-Forms, the validation errors do not appear. I'm customizing the default form from Django-allauth, which raises ValidationError. However, using Django-Crispy forms, no errors get displayed on the form. 1.template {% extends "base.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block content %} <div class="big-box"> <p><h1>{% trans "Sign Up" %}</h1></p> <p>{%