Skip to content

Commit e67298a

Browse files
committed
fix: ckeditor bug
1 parent 1f0c597 commit e67298a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

djangocms_form_builder/actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from django.template.loader import render_to_string
99
from django.utils.html import strip_tags
1010
from django.utils.translation import gettext_lazy as _
11-
from djangocms_text_ckeditor.fields import HTMLFormField
11+
from djangocms_text.fields import HTMLFormField
1212
from entangled.forms import EntangledModelFormMixin
1313

1414
from . import models

djangocms_form_builder/cms_plugins/ajax_plugins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def form_valid(self, form):
102102
)
103103
else:
104104
errors, result, redir, content = (
105-
[_("No content in response from")],
105+
[_("No content in response form")],
106106
"error",
107107
"",
108108
"",

0 commit comments

Comments
 (0)