Django form_valid() and form_invalid() in CreateView not called
Apparently the quotation marks around POST were not quotation marks at all, but sneaky ninja life ruining marks. " versus ”. I'm going to bed.
Try this
<form action="" method="post">
Apparently the quotation marks around POST were not quotation marks at all, but sneaky ninja life ruining marks. " versus ”. I'm going to bed.
Try this
<form action="" method="post">