Private
Public Access
1
0

form fixed

This commit is contained in:
2024-05-22 20:57:31 +02:00
parent ce978bfe8e
commit fc35034c7c
3 changed files with 10 additions and 2 deletions

View File

@@ -242,7 +242,11 @@ class EmailForm(forms.Form):
email = forms.EmailField()
subject = forms.CharField(max_length=255)
message = forms.CharField(widget=forms.Textarea())
captcha = ReCaptchaField(widget=ReCaptchaV3)
captcha = ReCaptchaField(widget=ReCaptchaV3(
attrs={
'required_score': 0.85,
}
))
disqualificationreasons = (