Changes between Initial Version and Version 1 of Ticket #32405
- Timestamp:
- Feb 1, 2021, 9:28:48 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32405 – Description
initial v1 19 19 This LOC in `django/contrib/admin/tabular.html` seems relevant, although i cannot see the issue there 20 20 21 ``` 21 {{{ 22 22 % if forloop.last and inline_admin_formset.has_add_permission %} empty-form{% endif %} 23 ``` 23 }}} 24 24