You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have config.py which has RECAPTCHA_PUBLIC_KEY in that configured properly. It used to work in past. Now I do not get recaptcha form populated with the following error in Firefox console.
Error: Missing required parameters in RecaptchaOptions: sitekey in Google's Javascript.
If I look at generated HTML then site-key is missing which should have been populated by following line widgets.py
I have config.py which has RECAPTCHA_PUBLIC_KEY in that configured properly. It used to work in past. Now I do not get recaptcha form populated with the following error in Firefox console.
Error: Missing required parameters in RecaptchaOptions: sitekey in Google's Javascript.
If I look at generated HTML then site-key is missing which should have been populated by following line widgets.py
The text was updated successfully, but these errors were encountered: