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

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

amuzhdaba opened this issue · 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