diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-12-19 13:00:15 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-12-19 13:00:15 +0100 |
| commit | a847f11dfca7006b46b8bed412368b0afac195ad (patch) | |
| tree | fd6b3a5f4546cb3f267a29402ad0b196af2c8414 /fundraising | |
| parent | 16787c80e2acdbfb32b5b9711e95715ed9cca222 (diff) | |
Reverted "Upgraded django-recaptcha to 4.0.0."
This reverts commit 16787c80e2acdbfb32b5b9711e95715ed9cca222.
Diffstat (limited to 'fundraising')
| -rw-r--r-- | fundraising/forms.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fundraising/forms.py b/fundraising/forms.py index e757d432..915f1059 100644 --- a/fundraising/forms.py +++ b/fundraising/forms.py @@ -1,8 +1,8 @@ import stripe +from captcha.fields import ReCaptchaField +from captcha.widgets import ReCaptchaV3 from django import forms from django.utils.safestring import mark_safe -from django_recaptcha.fields import ReCaptchaField -from django_recaptcha.widgets import ReCaptchaV3 from .models import INTERVAL_CHOICES, LEADERSHIP_LEVEL_AMOUNT, DjangoHero, Donation |
