diff --git a/accounts_ext/forms.py b/accounts_ext/forms.py index 00dc3f7..d47661e 100644 --- a/accounts_ext/forms.py +++ b/accounts_ext/forms.py @@ -49,7 +49,8 @@ class RegistrationForm(RegistrationFormUniqueEmail): widget=forms.TextInput(attrs={'class': 'reg__text'})) agreement = forms.BooleanField() - captcha = CaptchaField(required=not settings.DEBUG) + # captcha = CaptchaField(required=not settings.DEBUG) + captcha = CaptchaField(required=False) title = _('Регистрация')