[Answer]-Form.is_valid() returns true when it shouldn't?

1👍

The form action was spelt incorrectly and so it was never hitting the registerView. It should be:

<form method="post" action="/register/">

Leave a comment