I have a django site using the basic django registration structure. My login page is working fine, but I want to change the css class to logins. The form submitted to the login page looks like an AuthenticationForm class.
What would be a good way to add a css class to the username and password fields?
authentication django forms
Ryan montgomery
source share