79315379

Date: 2024-12-29 10:17:43
Score: 2
Natty:
Report link

The problem was because of this line:form = AddToCartProductForm(request) I should have written this instead : form = AddToCartProductForm(request.**POST**)

I had to take the POST from the request and give it to the AddToCartProductForm class.

Anyway, thank you.

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Aminsnaie