crispy-forms-foundation icon indicating copy to clipboard operation
crispy-forms-foundation copied to clipboard

Including the template for checkboxselectmultiple.html in the page means it cannot be overridden in the form

Open nickdjones opened this issue 5 years ago • 1 comments

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.

nickdjones avatar Feb 28 '19 18:02 nickdjones

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 ?

sveetch avatar Feb 28 '19 22:02 sveetch