diff options
Diffstat (limited to 'profile/forms.py')
-rw-r--r-- | profile/forms.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profile/forms.py b/profile/forms.py index 403d8c8..f4351a9 100644 --- a/profile/forms.py +++ b/profile/forms.py @@ -76,6 +76,7 @@ class RegistrationFormCustom(RegistrationFormUniqueEmail): gender=self.cleaned_data['gender'], address=self.cleaned_data['address'] phonenum=self.cleaned_data['phonenum'], + uniq_key=make_key(Profile), ) new_profile.save() |