GoogleMaps by default

This commit is contained in:
Marat Fayzullin 2023-08-07 14:50:29 -04:00
parent 1267702640
commit 8bdaf9e132
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class IndexController(WebpageController):
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())
self.serve_template("map-google.html", **self.template_variables())
class PolicyController(WebpageController):