X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/2f9cb34a07fcd98effda2fa900e48c31813f14c8..5a649a9e943f331ec61d2e86c3840397777ccfb6:/redakcja/templates/registration.html

diff --git a/redakcja/templates/registration.html b/redakcja/templates/registration.html
index 3b9a9835..43a8c393 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 %}
 <div class="row">
@@ -11,6 +12,7 @@
     <form enctype="multipart/form-data" method="POST">
     {% csrf_token %}
         {{ form.non_field_errors }}
+        {% render_honeypot_field %}
         <label for="title">{% trans "First name" %}</label>
             {{ form.first_name.errors }}
             <input class="form-control" name="first_name" type="text">