theatlantic / django-nested-admin

Django admin classes that allow for nested inlines
http://django-nested-admin.readthedocs.org/
Other
715 stars 99 forks source link

grappelli_stacked.html/grappelli_tablular.html missing show_change_link setting. #173

Closed Safrone closed 4 years ago

Safrone commented 4 years ago

grappelli has a check for show_change_link so someone could go to the admin page for an inline directly and should look like this:

image

and the code can be found here: https://github.com/sehmaschine/django-grappelli/blob/master/grappelli/templates/admin/edit_inline/tabular.html#L67

grappelli_stacked/grappelli_tabular.html are missing this logic but stacked/tabular.html seem to have it: https://github.com/theatlantic/django-nested-admin/blob/master/nested_admin/templates/nesting/admin/inlines/tabular.html#L59