Skip to content

TemplateDoesNotExist error from Generic Choose template #216

@RandomJo

Description

@RandomJo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions