google-code-export / django-page-cms

Automatically exported from code.google.com/p/django-page-cms
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

KeyError: 'request' when DEBUG = False #169

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install django-page-cms
2. Run development version with DEBUG = False

Are you using the trunk version or a released version of this CMS?

Trunk, r708

Traceback: http://dpaste.org/yCz8/

Let me know if I can provide any more info.

Original issue reported on code.google.com by intellin...@gmail.com on 24 Sep 2009 at 3:53

GoogleCodeExporter commented 9 years ago
You apprently didn't pass the request into the context. I made a fix so the 
template
tag doesn't fail.

Original comment by batiste....@gmail.com on 26 Sep 2009 at 2:45

GoogleCodeExporter commented 9 years ago
Ah, cool - thanks!

Original comment by intellin...@gmail.com on 28 Sep 2009 at 2:41