configurize web templates
[invirt/packages/invirt-web.git] / code / main.py
index 8990e51..bb863c1 100755 (executable)
@@ -85,6 +85,7 @@ def makeErrorPre(old, addition):
         return '<p>STDERR:</p><pre>' + str(addition) + '</pre>'
 
 Template.database = database
+Template.config = config
 Template.helppopup = staticmethod(helppopup)
 Template.err = None