Hi,
I just studied and created first modelFormSet, and tried to use it in view.
I have same code in template as is in django documentation.
modelFormset shows data ok, but submit button is missing,why it is not in example template in documentation?
ok, I added submit button like I have used with basic forms, it shows up but cause csrf error,
then I added csrf tag as in form cases before, but still csrf error....
I am missing some information i guess???, any help for beginner...?
-Vesa
btw, i would like to have that saving button on each row in formset.... is it possible?