Skip to content
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 error from Generic Choose template #216

Open
RandomJo opened this issue May 10, 2023 · 2 comments
Open

TemplateDoesNotExist error from Generic Choose template #216

RandomJo opened this issue May 10, 2023 · 2 comments

Comments

@RandomJo
Copy link

When I upgraded to wagtailstreamforms 4.0.4, I got a TemplateDoesNotExist error for the template at generic_chooser/templates/generic_chooser/widgets/chooser_v4.html.

I was able to fix this temporarily by adding "generic_chooser" to INSTALLED_APPS in settings.py. Then I could run ./manage.py collectstatic and the file was picked up appropriately and placed into the static files directory.

I would expect this file to automatically get picked up just by having "wagtailstreamforms" in INSTALLED_APPS. Or, if we have to add "generic_chooser," maybe that can be solved by updating the wagtailstreamforms documentation.

@stevejalim
Copy link

stevejalim commented Jul 7, 2023

Also see #221

@pdeero
Copy link

pdeero commented Jul 21, 2023

Run: pip install wagtail-generic-chooser
Then add generic_chooser to your project's INSTALLED_APPS.
Then it should work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants