|
@@ -1,6 +1,6 @@
|
|
from mptt.forms import TreeNodeChoiceField
|
|
from mptt.forms import TreeNodeChoiceField
|
|
from recaptcha.client.captcha import API_SSL_SERVER, API_SERVER, VERIFY_SERVER
|
|
from recaptcha.client.captcha import API_SSL_SERVER, API_SERVER, VERIFY_SERVER
|
|
-from django.forms import fields
|
|
|
|
|
|
+from floppyforms import fields
|
|
from django.utils.html import conditional_escape, mark_safe
|
|
from django.utils.html import conditional_escape, mark_safe
|
|
from django.utils.translation import ugettext_lazy as _
|
|
from django.utils.translation import ugettext_lazy as _
|
|
from misago.forms.widgets import ReCaptchaWidget
|
|
from misago.forms.widgets import ReCaptchaWidget
|