[Fixed]-Django POST dict empty, use simple html form

1👍

Thanks all, the moral of this fable is as follows, use name argument in urls, and use {% url ‘name’ %} in template. I have i18n in urls(from djangoCMS) and when I harcode url in form isn’t work for POST method.

Leave a comment