8000 `render_plugin_block` template tag not working · Issue #6440 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content
render_plugin_block template tag not working #6440
Closed
@SteinRobert

Description

@SteinRobert

Summary

render_plugin_block template tag does not work. It seems like it has not been updated.
I can provide you with a PR in a sec.

Expected behaviour

The template tag should render the correct <template class"..." ...></template> html tag using plugin.html.

Actual behaviour

The template tag renders a div using render_plugin_block.html:

<div class="cms-plugin cms-plugin-{{ plugin.id|unlocalize }}"></div>

Environment

  • Python version: 2.7 / 3.6
  • Django version: 1.11
  • django CMS version: 3.4.5 / 3.5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0