Changes between Initial Version and Version 1 of Ticket #32999


Ignore:
Timestamp:
Aug 7, 2021, 7:50:10 AM (3 years ago)
Author:
Michael
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32999 – Description

    initial v1  
     1See the attached pic.
     2
    13With the following model:
    2 ```
     4
     5{{{
    36class ApplicantAdmin(admin.TabularInline):
    47    model = Application.applicant_set.through
     
    811    exclude = ('applicant_set', )
    912    inlines = (ApplicantAdmin, )
    10 ```
     13
     14}}}
     15
    1116The heading `Delete?` is on the left, however the delete button is on the right, making it confusing for some people.
Back to Top