diff --git a/owrx/controllers/template.py b/owrx/controllers/template.py index 4fbc82ec..c1155a2b 100644 --- a/owrx/controllers/template.py +++ b/owrx/controllers/template.py @@ -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):