@@ -37,9 +37,6 @@ currently used frontend framework such as Bootstrap, or its specific version.
3737
3838- **Accordion ** plugin
3939
40- - **Forms ** plugin for Bootstrap-styled forms on your cms page. Use django-cms'
41- versatile plugin system to generate your own forms.
42-
4340
4441*************
4542 Description
@@ -125,7 +122,6 @@ For a manual install:
125122 'djangocms_frontend.contrib.carousel',
126123 'djangocms_frontend.contrib.collapse',
127124 'djangocms_frontend.contrib.content',
128- 'djangocms_frontend.contrib.frontend_forms',
129125 'djangocms_frontend.contrib.grid',
130126 'djangocms_frontend.contrib.image',
131127 'djangocms_frontend.contrib.jumbotron',
@@ -141,18 +137,12 @@ If you use **Django < 3.2** please also add ``django-jsonfield-backport`` to
141137your ``requirements.txt `` and ``django_jsonfield_backport `` to your
142138``INSTALLED_APPS `` list.
143139
144- To use the forms app ``djangocms_frontend.contrib.frontend_forms `` you will have to have
145- jQuery installed in your project. ``djangocms_frontend `` does not include
146- jQuery.
147-
148- **djangocms-frontend ** has weak dependencies you can install separately or
149- by adding an option:
140+ **djangocms-frontend ** has a weak dependencies on **djangocms-icon ** you can
141+ install separately or by adding an option:
150142
151143.. code ::
152144
153- pip install djangocms-frontend[reCaptcha] # Installs django-recaptcha enabling reCaptcha for forms
154145 pip install djangocms-frontend[djangocms-icon] # Installs djangocms-icon for icon support in links
155- pip install djangocms-frontend[reCaptcha, djangocms-icon] # comma-separate multiple dependencies
156146
157147
158148
0 commit comments