Changes between Initial Version and Version 2 of Ticket #34155
- Timestamp:
- Nov 14, 2022, 12:48:20 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34155
- Property Version 4.1 → 3.2
-
Ticket #34155 – Description
initial v2 6 6 7 7 If a particular model's `change_form.html` needs to be overwritten we would do the following 8 In Linux:9 8 Overwrite `template/django/admin/App/inventory/change_form.html` 10 In OSX: 11 Overwrite `template/django/admin/app/inventory/change_form.html` 9 This works fine on Linux systems. 10 However on OSX systems the file shows up as `template/django/admin/app/inventory/change_form.html`. 11 This breaks the functionality since the template is no longer found in the `App/inventory` directory. 12 12 13 13 The app_label variable should be lowercased so the differing file systems do not cause this issue.