crispy-forms-foundation
crispy-forms-foundation copied to clipboard
Including the template for checkboxselectmultiple.html in the page means it cannot be overridden in the form
Including this https://github.com/sveetch/crispy-forms-foundation/blob/master/crispy_forms_foundation/templates/foundation-6/field.html#L19 means that overriding the template for any widget that uses this in forms.py has no effect.
This seems legit but also, it's the way it allways worked with crispy-form : https://github.com/django-crispy-forms/django-crispy-forms/blob/master/crispy_forms/templates/bootstrap4/field.html#L20
Did you think about a proper solution around this issue ?