I want to load a form of a django template in a Jquery popup. The form loads fine in the popup's div but when i click submit nothing happens. The form itself seems to work on it's own url but not in the popup of the other page where i try to load it. Someone know whats the Problem im pretty new to django and jquery.I want to load a form of a django template in a