Hi Melvyn -
Same. Could you include the URL to the repository of the captcha
> implementation you're using? I've looked at 2 now and neither of them have
> the
> code you posted.
>
I did a little write up with a .zip file of the code at the end here:
https://www.poweradmin.com/blog/updating-
I'm new to django and trying to figure out how some of the form processing
works.
For example, I have this field:
class ReCaptchaField(forms.Field):
def __init__(self, *args, **kwargs):
super(ReCaptchaField, self).__init__(widget=ReCaptchaWidget)
The widget renders some HTML (reCapt
2 matches
Mail list logo