django-blog-zinnia / cmsplugin-zinnia

Bridge between django-blog-zinnia and django-cms
BSD 3-Clause "New" or "Revised" License
53 stars 46 forks source link

Extending the Templates #16

Closed phiychai closed 10 years ago

phiychai commented 10 years ago

When I try to extend the templates I get the error:

TypeError: can only concatenate list (not "tuple") to list

Can't seem the figure out the correct format for the list for extending the templates.

Thanks!

Fantomas42 commented 10 years ago

Sorry for the late reply, the README has been updated for avoiding your issue in the future.

Regards