-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TemplateDoesNotExist: captcha/widget_nocaptcha.html #690
Comments
Hey @marksweb. This error is causing a |
@amakarudze I've not really understood what happened yet with that deployment, but this suggests something odd with the recaptcha version installed. The version that should be installed after you reverted is django-recaptcha 1.4.0 The version that was upgraded in the django 3 change was to 2.0.6. In this version that template doesn't exist anymore. Heres the templates in 2.0.6; https://github.com/praekelt/django-recaptcha/tree/2.0.6/captcha/templates/captcha And 1.4.0; https://github.com/praekelt/django-recaptcha/tree/1.4.0/captcha/templates/captcha The python code being executed must match 1.4, where that template is the default; https://github.com/praekelt/django-recaptcha/blob/1.4.0/captcha/client.py#L13 But the templates directory can't be the 1.4 version I assume. Might be worth running |
Ok @marksweb, I was about to ask if recaptcha versions changed after reading this wagtail-nest/wagtail-django-recaptcha#27. Let me try and run I also haven't understood what happened with the deployment. There were just too many errors I haven't even had the strength to read them all. Will probably try to do that tomorrow. |
I just ran |
Sentry Issue: DJANGO-GIRLS-WEBSITE-26
The text was updated successfully, but these errors were encountered: