Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python

Marius Wallin
Marius Wallin
11,464 Points

PasswordChangeForm Django and the following view

Hi. I am trying to create a applications where is use Django Auth. When showing the password_change_form it displays a list at the beginning. I have tried to read the docs but can't find out how to subclass or remove this fields. They do not have have a class or ID assigned to the, som can't edit the css.

How can i translate customize the error messages from the password_change_form?

List:

Your password can't be too similar to your other personal information. Your password must contain at least 8 characters. Your password can't be a commonly used password. Your password can't be entirely numeric.