开发者

Two forms in django templates without conflict

开发者 https://www.devze.com 2022-12-17 19:35 出处:网络
I\'m creating a template with two different forms but I have th开发者_Python百科e following problem: when I submit the first one the second is also validated and get validation errors. What can I do t

I'm creating a template with two different forms but I have th开发者_Python百科e following problem: when I submit the first one the second is also validated and get validation errors. What can I do to avoid this conflict?

Thanks and sorry for my english.


use the prefix argument on your forms

0

精彩评论

暂无评论...
验证码 换一张
取 消