[Answered ]-Python/django request.POST not working

2👍

I don’t think your form tag is correct. It shouldn’t have a type attribute. It should be:

<form action="/orchidpoll/{{plan.id}}/vote" method="post">

Leave a comment