hi, im using django registration to allow people to register to my site. the ugly thing is that the registration form is pre filled by the browser in a wrong way.
the form has the usual 4 fields (username, email, pwd1 and pwd2) the prefilled fields are email with the username (wich is really bad) and pwd1 whith a password. so it fills the form like it would be a login form. how can i avoid this behaviour without using javascript to clear the fields on the page load? thx -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.