I want to display a form in the list_display in django admin, but I\'m facing this problem:
when I define something like this:
class MyModelAdmin(adm
Ok, so the problem here is that list_display is inside an html form, so I was trying to display a form inside a form, that is a bad idea... and below explains why
Can you nest html forms?
Hope it helps.