summaryrefslogtreecommitdiffstats
path: root/main/context_processors.py
AgeCommit message (Collapse)AuthorFilesLines
2010-09-23Get secure/unsecure checking actually workingDan McGee1-0/+4
We need a bit more, like actually having something relevant in the RequestContext object, in order for this to all work. Instead of putting the full request in just populate a 'secure' key with a boolean value indicating whether the request is secure. Signed-off-by: Dan McGee <dan@archlinux.org>