index
:
mirror/parabola/parabolaweb
archweb
archweb-generic
lukeshu/netboot
master
mirror of git://projects.parabola.nu/parabolaweb.git
Parabola 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: