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

fix for request not being found in context #45

Closed Chris7 closed 9 years ago

Chris7 commented 9 years ago

Sometimes the request key is not in the context dictionary, preventing the page at /admin/zinnia from loading. This fixes it.