djangocms-frontend icon indicating copy to clipboard operation
djangocms-frontend copied to clipboard

Outdated tag for footer

Open rcooke opened this issue 1 year ago • 1 comments

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 "footer" %}

And also install/include "djangocms_alias_tags"

To Reproduce Steps to reproduce the behavior:

  1. Install sample setup with djangocms myproject
  2. This installs the frontend and sets up a new system with the templates.
  3. But you wont get a footer!

rcooke avatar Jun 17 '24 16:06 rcooke

@rcooke Thanks for pointing this out! It is, indeed, outdated. I tend towards removing the <footer> completely to keep a uniform codebase for django CMS 3 and 4 for the time being.

To actually get a footer, you need to use djangocms-alias with django CMS 4 as you indicate!

fsbraun avatar Jun 17 '24 16:06 fsbraun