Server error/Template Context processors

2007-11-06 Thread Ryan K
Hi. When there is a server error (error 500 returns) the template context processors don't seem to be doing anything (not passed to the template). I have this template context processor: import llcom.settings def site_context(request): """ Add URL prefixes from settings file to request cont

Server error/Template Context processors

2007-11-06 Thread Ryan K
Hi. When there is a server error (error 500 returns) the template context processors don't seem to be doing anything (not passed to the template). I have this template context processor: import llcom.settings def site_context(request): """ Add URL prefixes from settings file to request cont