You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: