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">
Source:stackexchange.com
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">