Re: Django Post request erro

2019-09-13 Thread Jani Tiainen
Hi. Could you describe exactly in both cases: What do you expect to happen? What does actually happen! Also instead of using hardcoded urls you should always use {% url %} tag to form urls in templates. pe 13. syysk. 2019 klo 16.53 Ruturaj Singare kirjoitti: > Hi Everyone I got one problem I

Re: Django Post request erro

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:53:48 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 Post request erro

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. I am your regular subscriber on youtube Please help My url patterns : urlpatterns = [ path('admin/', admin.site.urls),