diff --git a/ojusomap/templates/registration/login.html b/ojusomap/templates/registration/login.html index 5fb79a8..4877447 100644 --- a/ojusomap/templates/registration/login.html +++ b/ojusomap/templates/registration/login.html @@ -14,7 +14,6 @@ {% bootstrap_messages %}
{% csrf_token %} - {% antispam_fields %} {{form|crispy}}

{% trans "Lost password?" %}

diff --git a/ojusomap/templates/registration/registration_form.html b/ojusomap/templates/registration/registration_form.html index 74a5878..4e31bb9 100644 --- a/ojusomap/templates/registration/registration_form.html +++ b/ojusomap/templates/registration/registration_form.html @@ -14,7 +14,6 @@ {% bootstrap_messages %} {% csrf_token %} - {% antispam_fields %} {{ form|crispy }}