I want to have a comment for the email field of the register form. I did so with: db.auth_user.email.comment = 'custom comment'
But now that comment is showing across all auth forms (login, reset password, etc.). I currently have the auth formstyles set to divs but there is nothing to differentiate the login form from the other forms in any of the css or html markup in order to hide the comment. Is there a way to do this? Thanks, Dave

