Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong context variables used in templates #38

Open
mbrochh opened this issue Dec 12, 2009 · 0 comments
Open

Wrong context variables used in templates #38

mbrochh opened this issue Dec 12, 2009 · 0 comments

Comments

@mbrochh
Copy link

mbrochh commented Dec 12, 2009

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant