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.
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
slugifyfunction.