djangocms-frontend
djangocms-frontend copied to clipboard
django CMS frontend is a plugin bundle for django CMS providing several components for the frontend, currently implemented with the popular Bootstrap 5 framework.
**Describe the bug** In file `djangocms_frontend/templates/djangocms_frontend.html`, line 31 says: {% static_placeholder "Footer" %} The "static_placeholder" tag does not seem to exist anymore. I had to change it to: {% static_alias...
As discussed in #233 I added a modal component. It works like the cards component. Basic documentation added as well.
updates: - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](https://github.com/asottile/pyupgrade/compare/v3.16.0...v3.17.0) - [github.com/adamchainz/django-upgrade: 1.19.0 → 1.20.0](https://github.com/adamchainz/django-upgrade/compare/1.19.0...1.20.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](https://github.com/PyCQA/flake8/compare/7.1.0...7.1.1)
**Describe the bug** When I upload a small image and try to set it to display at a larger size (upscale), the image does not respect the dimensions specified in...
**Describe the bug** I've implemented the GridContainerRenderMixin from the documentation to add a background image and blur effect to a container. Everything works fine as long as I set a...