Re: Get form from modelformset by the model associated in template

2014-11-04 Thread Luigi Cirillo
Yes, thank you Collin On Monday, November 3, 2014 2:14:53 AM UTC+1, Collin Anderson wrote: > > Hi Luigi, > > Do you want something like this? > > {% for form in modelformset %} > The object: {{ form.instance }} > The form: {{ form }} > {% endform %}} > > Collin > > -- You received this m

Re: Get form from modelformset by the model associated in template

2014-11-02 Thread Collin Anderson
Hi Luigi, Do you want something like this? {% for form in modelformset %} The object: {{ form.instance }} The form: {{ form }} {% endform %}} Collin -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and st