index
:
archweb
master
working
Main repo is at https://projects.archlinux.org/archweb.git/
Florian Pritz
summary
refs
log
tree
commit
diff
stats
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: