chiark / gitweb /
cgi.py, operation.py, list.fhtml: Request-level policy switch.
[chopwood] / cgi.py
diff --git a/cgi.py b/cgi.py
index 3b3d4417e1849d932beb37dd333b5deb808d41ff..26295e038ccc04dbfeb53e4f715d872706cd9501 100644 (file)
--- a/cgi.py
+++ b/cgi.py
@@ -197,7 +197,8 @@ def set_template_keywords():
     package = PACKAGE,
     version = VERSION,
     script = CFG.SCRIPT_NAME,
-    static = CFG.STATIC)
+    static = CFG.STATIC,
+    allowop = CFG.ALLOWOP)
 
 class TemplateFinder (object):
   """