This website requires JavaScript.
Explore
Help
Register
Sign In
EbookFoundation
/
regluit
mirror of
https://github.com/EbookFoundation/regluit.git
Watch
1
Star
0
Fork
You've already forked regluit
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
abb936fcf6
regluit
/
context_processors.py
3 lines
102 B
Python
Raw
Blame
History
def
is_preview
(
request
)
:
from
django
.
conf
import
settings
return
{
'
is_preview
'
:
settings
.
IS_PREVIEW
}
Reference in New Issue
View Git Blame
Copy Permalink