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
W'z up bro.
I tired to make a custom tag to inherit hcaptcha form.
But got an error.
Django tried loading these templates, in this order:
django.template.loaders.filesystem.Loader: C:\Users\nikita\Desktop\engine\venv\lib\site-packages\django\forms\templates\hcaptcha_widget.html (Source does not exist)
django.template.loaders.app_directories.Loader: C:\Users\nikita\Desktop\engine\venv\lib\site-packages\django\contrib\admin\templates\hcaptcha_widget.html (Source does not exist)
django.template.loaders.app_directories.Loader: C:\Users\nikita\Desktop\engine\venv\lib\site-packages\django\contrib\auth\templates\hcaptcha_widget.html (Source does not exist)
django.template.loaders.app_directories.Loader: C:\Users\nikita\Desktop\engine\engine\applications\core\templates\hcaptcha_widget.html (Source does not exist)
django.template.loaders.app_directories.Loader: C:\Users\nikita\Desktop\engine\venv\lib\site-packages\allauth\templates\hcaptcha_widget.html (Source does not exist)
...
Django tried to find this html widget, but it was already in template folder, but still can't see it.
The text was updated successfully, but these errors were encountered:
In signup form html im using this <div>
<div class="h-captcha d-flex justify-content-center" data-sitekey="{{ site_key }}" style="margin-bottom: 15px"></div>
W'z up bro.
I tired to make a custom tag to inherit hcaptcha form.
But got an error.
Django tried loading these templates, in this order:
...
Django tried to find this html widget, but it was already in template folder, but still can't see it.
The text was updated successfully, but these errors were encountered: