Skip to content

Wrong context variables used in templates #38

@mbrochh

Description

@mbrochh

I just downloaded this application and tried to use it with django-cms

Somehow the images always were outputted as

In cms_plugins.py we have:

context.update({
'picture':instance,

In the image.html template we use the variable 'image_publication' wich is obviously not there..

Also in cms_plugins.py SOME classes have render_template = "cms/plugins/xxx.html" which is not existant and some classes have render_template = "image_filer/xxx.html" which works...

Could it be that this extension is totally messed up?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions