diff options
Diffstat (limited to 'app/dispatchAuth')
| -rw-r--r-- | app/dispatchAuth/forms.py | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/app/dispatchAuth/forms.py b/app/dispatchAuth/forms.py index 99781f7..72aa46b 100644 --- a/app/dispatchAuth/forms.py +++ b/app/dispatchAuth/forms.py @@ -1,11 +1,11 @@ -from registration.forms import RegistrationForm +# from registration.forms import RegistrationForm from .models import User -class UserForm(RegistrationForm): - # fields = ['email', 'first_name', 'last_name'] - # model = User - - class Meta: - fields = ['email', 'first_name', 'last_name'] - model = User +# class UserForm(RegistrationForm): +# # fields = ['email', 'first_name', 'last_name'] +# # model = User +# +# class Meta: +# fields = ['email', 'first_name', 'last_name'] +# model = User |
