I have a form that inherits from 2 other forms. In my form, I want to change the label of a field that was defined in one of the parent forms. Does anyone know how this can
It don't work for model inheritance, but you can set the label directly in the model
email = models.EmailField("E-Mail Address") email_confirmation = models.EmailField("Please repeat")