Skip to content

Commit 691cc79

Browse files
authored
Update djangocms_frontend/component_pool.py
1 parent df0e38c commit 691cc79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djangocms_frontend/component_pool.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def setup():
148148
if apps.is_installed("djangocms_text"):
149149
# Hack - update inline editable fields in case djangocms_text is installed
150150
# BEFORE djangocms_frontend in INSTALLED_APPS:
151-
# Need to initialize inline fields again to reflect inline fields in of just discovered components
151+
# Need to initialize inline fields again to reflect inline fields of the just discovered components
152152
from djangocms_text.apps import discover_inline_editable_models
153153

154154
text_config = apps.get_app_config("djangocms_text")

0 commit comments

Comments
 (0)