]> git.ipfire.org Git - people/ms/westferry.git/blobdiff - src/westferry/application.py
Add a very basic website template
[people/ms/westferry.git] / src / westferry / application.py
index 10ef9d65a74c157e4d8e7ee0b371712ad99de858..06acd8c964c42f020041adfa5d86b1dd9de9ede7 100644 (file)
@@ -35,6 +35,9 @@ class WebApplication(tornado.web.Application):
                        # Serve static files from our webroot
                        "static_path" : WEBROOTDIR,
 
+                       # Templates
+                       "template_path" : TEMPLATESDIR,
+
                        # Use Cross-Site-Request-Forgery protection
                        "xsrf_cookies" : True,
                }