We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0e38c commit 691cc79Copy full SHA for 691cc79
djangocms_frontend/component_pool.py
@@ -148,7 +148,7 @@ def setup():
148
if apps.is_installed("djangocms_text"):
149
# Hack - update inline editable fields in case djangocms_text is installed
150
# BEFORE djangocms_frontend in INSTALLED_APPS:
151
- # Need to initialize inline fields again to reflect inline fields in of just discovered components
+ # Need to initialize inline fields again to reflect inline fields of the just discovered components
152
from djangocms_text.apps import discover_inline_editable_models
153
154
text_config = apps.get_app_config("djangocms_text")
0 commit comments