GoogleMaps by default
This commit is contained in:
parent
1267702640
commit
8bdaf9e132
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue