csrf and honeypots
[wolnelektury.git] / apps / wolnelektury_core / views.py
index 37df778..f8de19e 100644 (file)
@@ -53,6 +53,7 @@ class RegisterFormView(AjaxableFormView):
     submit = _('Register')
     ajax_redirect = True
     form_prefix = 'register'
+    honeypot = True
 
     def __call__(self, request):
         if request.user.is_authenticated():