Session timeout feature works now.

This commit is contained in:
Marat Fayzullin
2023-01-04 22:52:41 -05:00
parent d5e64e2dc0
commit d6e25e08b6
6 changed files with 32 additions and 4 deletions

View File

@ -43,3 +43,9 @@ class MapController(WebpageController):
def indexAction(self):
# TODO check if we have a google maps api key first?
self.serve_template("map.html", **self.template_variables())
class PolicyController(WebpageController):
def indexAction(self):
self.serve_template("policy.html", **self.template_variables())