AndrewIngram / django-extra-views

Django's class-based generic views are awesome, let's have more of them.
MIT License
1.38k stars 172 forks source link

In CreateWithInlinesView and UpdateWithInlinesView templates how I distinguish different formset? #176

Closed etcware closed 5 years ago

etcware commented 5 years ago

https://django-extra-views.readthedocs.io/en/latest/views.html#createwithinlinesview-and-updatewithinlinesview In template how do I distinguish the tag formset from the item formset?

etcware commented 5 years ago

I had not seen this https://github.com/AndrewIngram/django-extra-views/blob/master/docs/misc.rst and here I found the solution

jonashaag commented 5 years ago

Hello! Please do not report questions on this issue tracker, it is for bugs only. Use sites like StackOverflow for questions instead.