jonashaag / django-addanother

"Add another" buttons outside the Django admin
http://django-addanother.readthedocs.org/
ISC License
50 stars 18 forks source link

How to add multiple stack popups? #32

Closed HeroSony closed 5 years ago

HeroSony commented 5 years ago

Hi, how to implement multiple stack popup?

jonashaag commented 5 years ago

What do you mean?

jpic commented 5 years ago

I suppose they are talking about: "Click add another, in popup there is another form with add another, click add another in the popup" I thought that was supposed to work

HeroSony commented 5 years ago

@jpic That's what I am talking about. I forgot adding {{ form.media }} to current popup. Now I can fixed it. Thank for your quickly response... @jonashaag and @jpic