Re: Django html form post request error

2019-09-13 Thread Nelson Varela
You have to close your first form. So put somewhere before the second form Op vrijdag 13 september 2019 15:54:11 UTC+2 schreef Ruturaj Singare: > > Hi Everyone I got one problem I have 2 form in index.html but having its > own url pattern but both forms redirects to on e url using post

Django html form post request error

2019-09-13 Thread Ruturaj Singare
Hi Everyone I got one problem I have 2 form in index.html but having its own url pattern but both forms redirects to on e url using post request can you please help me. Both are forms are going to redirect on same url that is /home why second form are not going to on /paid I didn't