Package madrona :: Package common :: Package registration_backend :: Class CustomRegistrationForm
[hide private]

Class CustomRegistrationForm

source code

              django.forms.Form --+    
                                  |    
registration.forms.RegistrationForm --+
                                      |
                                     CustomRegistrationForm

Instance Methods [hide private]

Inherited from registration.forms.RegistrationForm: clean, clean_username

Class Variables [hide private]
  first_name = forms.CharField(label= "First Name")
  last_name = forms.CharField(label= "Last Name")

Inherited from registration.forms.RegistrationForm: email, password1, password2, username