Changes between Initial Version and Version 2 of Ticket #34155


Ignore:
Timestamp:
Nov 14, 2022, 12:48:20 AM (23 months ago)
Author:
Rishi Diwan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34155

    • Property Version 4.13.2
  • Ticket #34155 – Description

    initial v2  
    66
    77If a particular model's `change_form.html` needs to be overwritten we would do the following
    8 In Linux:
    98Overwrite `template/django/admin/App/inventory/change_form.html`
    10 In OSX:
    11 Overwrite `template/django/admin/app/inventory/change_form.html`
     9This works fine on Linux systems.
     10However on OSX systems the file shows up as `template/django/admin/app/inventory/change_form.html`.
     11This breaks the functionality since the template is no longer found in the `App/inventory` directory.
    1212
    1313The app_label variable should be lowercased so the differing file systems do not cause this issue.
Back to Top