I want to override the Django (2.01) widget templates, because I need to add classes for each input, label, and position them differently
app
- templates
- app
- django
- forms
- widgets
- input.html
app
- templates
- django
- forms
- widgets
- input.html
or template project directory:
- templates
- django
- forms
- widgets
- input.html
None of them works, (even if I this is how is recommended in docs, and from an answer that I saw on stackoverflow), it still loads from default.
Being general widgets templates, I'm preferring to put them in the template project directory, but from what I reed by default for widgets search only in installed apps.