fabiocaccamo/django-admin-interface

'Fieldsets as tabs' not working if there are non-ASCII symbols in fieldset name

amuzhdaba opened this issue · 1 comments

upd: ouch sorry for double

I think that Django template filter 'slugify' in change_form.html drops all non-ASCII symbols in fieldset name, so all such tab elements has similar id ('tablink-') in Dom and js can't switch tabs.

Python version
3.10

Django version
4.1.5

Package version
0.24.2

Duplicate of #237