index
:
server/parabolaweb
archweb
archweb-generic
lukeshu/netboot
master
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main
/
context_processors.py
blob: a60d4e636ad7234fa597a49813895e4734c9c9fc (
plain
)
1
2
3
4
def secure(request): return {'secure': request.is_secure()} # vim: set ts=4 sw=4 et: