From c850a99200b726fe168f3180da21d55052848cce Mon Sep 17 00:00:00 2001 From: Anna Sidwell Date: Tue, 20 Aug 2019 12:35:34 +0200 Subject: [PATCH] Remove spurious {% antispam_fields %} tag from auth templates --- ojusomap/templates/registration/login.html | 1 - ojusomap/templates/registration/registration_form.html | 1 - 2 files changed, 2 deletions(-) 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 }}