omji / django-tabbed-admin

Easily add tabs to django admin forms
BSD 3-Clause "New" or "Revised" License
63 stars 68 forks source link

Tab links are not generated from tab names #27

Open fabiocaccamo opened 5 years ago

fabiocaccamo commented 5 years ago

Let's suppose we have 3 tabs: "About", "Projects", "Contacts"

If we click on the first tab, the admin url change to /#tabs-1, but I think it should be: /#about.

Each tab link should be generated using the django slugify function.

fabiocaccamo commented 5 years ago

@omji have you planned to implement this feature soon?