springload / wagtail-django-recaptcha

A simple recaptcha field for Wagtail Form Pages

Home Page:https://pypi.python.org/pypi/wagtail-django-recaptcha/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Namespace change with django-recaptcha v4

axoplasm opened this issue · comments

As of django-recaptcha v4.x the namespace for that package is django_recaptcha not captcha.

Entails a small fix to forms.py

(This will be fixed with #50)

Resolve by #53