django-recaptcha2 icon indicating copy to clipboard operation
django-recaptcha2 copied to clipboard

Django reCaptcha v2 field/widget

Results 4 django-recaptcha2 issues
Sort by recently updated
recently updated
newest added

> django.utils.translation.ugettext(), ugettext_lazy(), ugettext_noop(), ungettext(), and ungettext_lazy() are removed. https://docs.djangoproject.com/en/4.0/releases/4.0/#features-removed-in-4-0 Django trac ticket: https://code.djangoproject.com/ticket/30165

i have multi forms in one page i try to render multi invisible recapcha but not work with me how can and when I try to follow way on wiki...

How to reload this plugin after ajax request? ```js $('#id_input').keyup(function(e){ let url = index_url; $.ajax({ type: "POST", url: url, data: { 'input': $('#id_input').val(), 'offer_type': $('#id_offer_type').val(), 'category': $('#id_category').val() }, success: function...

need info

On pages where captcha display is conditional, in cases where no captcha is displayed, it would be nice to not load the captcha script. But if you're including `{% recaptcha_init...

enhancement