django-crispy-forms / django-crispy-forms/crispy-bootstrap5

TemplateDoesNotExist - bootstrap5/multifield.html

Open
#75 4 comments 1 reaction 0 assignees View on GitHub
Dominant language
HTML
Stars
525
Forks
77
Avg merge
1d 1h
Merged PRs (30d)
2

Description

I'm not sure if it's an error in my template setup as I can't believe it's an actual bug, but it can't seem to find the template for the MultiField() help but all the other functions seem to work.

**Example code:**

`Layout(
'Basic details',
'name',
Field('description', rows=2),
MultiField('default', 'active')
)
`

**Template-loader postmortem**
```
Using engine django:
...
- django.template.loaders.app_directories.Loader: //venv/lib/python3.9/site-packages/crispy_forms/templates/bootstrap5/multifield.html (Source does not exist)
- django.template.loaders.app_directories.Loader: //venv/lib/python3.9/site-packages/crispy_bootstrap5/templates/bootstrap5/multifield.html (Source does not exist)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.