Closed jon-nfc closed 2 months ago
As #22 introduced the details template templates/details.html.j2 each models details page will need to be updated to use the new template.
templates/details.html.j2
[x] New Details form DetailForm
DetailForm
forms/<model>.py with
forms/<model>.py
class DetailForm(ModelForm): tabs: dict = {} def __init(): # etc...
Custom form init adds/updates additional fields
[x] View updated with DetailForm
[x] model template updated to use new detail template
detail
As #22 introduced the details template
templates/details.html.j2
each models details page will need to be updated to use the new template.Tasks
[x] New Details form
DetailForm
forms/<model>.py
withCustom form init adds/updates additional fields
[x] View updated with
DetailForm
[x] model template updated to use new
detail
template