From 302a18ba3d7f4a2527f68e7e07989d37a6db38fc Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Fri, 23 Sep 2016 21:46:14 -0500 Subject: 71873: GlobalVision - directions [better error handling] --- httemplate/elements/google_maps_api_key.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 httemplate/elements/google_maps_api_key.html (limited to 'httemplate/elements/google_maps_api_key.html') diff --git a/httemplate/elements/google_maps_api_key.html b/httemplate/elements/google_maps_api_key.html new file mode 100644 index 000000000..0a4b7646c --- /dev/null +++ b/httemplate/elements/google_maps_api_key.html @@ -0,0 +1,15 @@ +% if ($opt{'autherror'}) { +

+There was an authentication error when loading google maps. +Please check validity of existing key. +

+% } + +

In order to display google maps, your site administrator will need to set the +google_maps_api_key setting under Configuration -> Settings. Please see the Google Maps +Get +a Key/Authentication documentation for information on acquiring a key.

+ +<%init> +my %opt = @_; + -- cgit v1.2.1