Skip to content

Commit

Permalink
update captcha import
Browse files Browse the repository at this point in the history
MaertHaekkinen committed Oct 27, 2024
1 parent b9727c7 commit 8fbc24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ajapaik/ajapaik/forms.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from allauth.account.forms import SignupForm as AllauthSignupForm
from captcha.fields import ReCaptchaField
from dal import autocomplete
from django import forms
from django.db.models import Q
from django.utils.translation import gettext_lazy as _
from django_comments_xtd.conf.defaults import COMMENT_MAX_LENGTH
from django_comments_xtd.forms import XtdCommentForm
from django_recaptcha.fields import ReCaptchaField

from .models import (Album, Area, Dating, GeoTag, Photo, PhotoLike,
Profile, Video)

0 comments on commit 8fbc24e

Please sign in to comment.