X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/2f9cb34a07fcd98effda2fa900e48c31813f14c8..2608b2bb8cf7acf29feb42ddd8213bd884ae535a:/redakcja/templates/registration.html diff --git a/redakcja/templates/registration.html b/redakcja/templates/registration.html index 3b9a9835..8d43d538 100644 --- a/redakcja/templates/registration.html +++ b/redakcja/templates/registration.html @@ -1,5 +1,6 @@ {% extends "catalogue/base.html" %} {% load i18n %} +{% load honeypot %} {% block content %}
@@ -11,6 +12,7 @@
{% csrf_token %} {{ form.non_field_errors }} + {% render_honeypot_field %} {{ form.first_name.errors }} @@ -24,7 +26,7 @@ {{ form.password.errors }} - +