7
7
from wlprofile.models import Profile as wlprofile
9
9
# Overwritten form to include a captcha
10
12
class RegistrationWithCaptchaForm(RegistrationForm):
11
13
captcha = NoReCaptchaField()
15
16
class ContactForm(forms.Form):
16
17
surname = forms.CharField(max_length=80)