Remove spurious {% antispam_fields %} tag from auth templates
This commit is contained in:
@ -14,7 +14,6 @@
|
||||
{% bootstrap_messages %}
|
||||
<form action="{% url 'registration_register' %}" method="post">
|
||||
{% csrf_token %}
|
||||
{% antispam_fields %}
|
||||
{{ form|crispy }}
|
||||
<input class="btn btn-success pull-right" type="submit" name="su/bmit" value="{% trans 'Register'%}"/>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user