diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-12-14 13:38:30 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-12-14 13:38:30 +0100 |
| commit | 4fe3201315d6fc5d29e47f4dd9002661272cc1f6 (patch) | |
| tree | fd6b3a5f4546cb3f267a29402ad0b196af2c8414 /fundraising | |
| parent | 2b7c3bb6d50a3f8b287593104a8e664f4d234378 (diff) | |
Reverted "Upgraded django-recaptcha to 4.0.0."
This reverts commit 2b7c3bb6d50a3f8b287593104a8e664f4d234378.
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 |
