fabiocaccamo / django-admin-interface

:superhero: :zap: django's default admin interface with superpowers - customizable themes, popup windows replaced by modals and many other features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TemplateDoesNotExist with use django-nested-admin

markdrrr opened this issue · comments

Python version
3.11

Django version
4.2

Package version
django-admin-interface==0.28.0

Current behavior (bug description)
In my project, I use django-nested-admin==4.0.2 and I get an error:
TemplateDoesNotExist nesting/admin/inlines/headerless_tabular.html
Most likely the problem is in the method get_admin_interface_inline_template
incorrectly processes the path

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar

@markdrrr thank you for reporting this issue, if you can submit a PR it would be great!

@markdrrr thank you very much for the PR, you can upgrade to 0.28.1 version.