Answer the question
In order to leave comments, you need to log in
How to make an invalid password notification in django?
Hello. I ran into the following problem: There is a template where I passed
the
UserCreationForm registration form with a password and login just like this:
{{ form }}
what was the data entry problem.
But, if I separate all the fields in the template in this way
{{ form.username }}
{{ form.password1 }}
{{ form.password2 }}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question