django / code.djangoproject.com

Configuration for Django's Trac instance (code.djangoproject.com)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Captcha error page is missing "Send" button

m-aciek opened this issue · comments

Recaptcha module does not include "Send" button. Experienced on Firefox.
zrzut ekranu z 2016-11-02 22-14-42

I don't know, other people are submitting captchas and I haven't seen other reports of this. Can you try fiddling with the CSS to suggest a fix?

Sure, I will try to investigate.

Had the same thing just now:

screen shot 2017-06-03 at 19 23 35

After looking at the CSS I can't see any rules applying to the widget that don't come from the recaptcha code itself. But then googling I found this is recaptcha 1 which is no longer supported and can't be promised to keep functioning: https://developers.google.com/recaptcha/docs/faq . We should upgrade to recaptcha 2.

N.B. for anyone wanting to have a look, you can visit https://code.djangoproject.com/captcha directly without having to submit a comment that looks like spam.

The latest version of reCaptcha uses a check box, so I think this is obsolete.