Uncommented captcha

This commit is contained in:
David Taylor
2015-05-24 12:14:43 +01:00
parent 1c95f7ef8b
commit 06f9bf6eec

View File

@@ -16,7 +16,7 @@ class ProfileRegistrationFormUniqueEmail(RegistrationFormUniqueEmail):
last_name = forms.CharField(required=False, max_length=50) last_name = forms.CharField(required=False, max_length=50)
initials = forms.CharField(required=True, max_length=5) initials = forms.CharField(required=True, max_length=5)
phone = forms.CharField(required=False, max_length=13) phone = forms.CharField(required=False, max_length=13)
# captcha = ReCaptchaField() captcha = ReCaptchaField()
class Meta: class Meta:
model = models.Profile model = models.Profile