enable CardFortress in test database, #71513
[freeside.git] / httemplate / elements / google_maps_api_key.html
1 % if ($opt{'autherror'}) {
2 <P STYLE="color: red;">
3 There was an authentication error when loading google maps.
4 Please check validity of existing key.
5 </P>
6 % }
7
8 <P>In order to display google maps, your site administrator will need to set the
9 <B>google_maps_api_key</B> setting under Configuration -> Settings.  Please see the Google Maps
10 <a href="https://developers.google.com/maps/documentation/javascript/get-api-key" target="_top">Get
11 a Key/Authentication</a> documentation for information on acquiring a key.</P>
12
13 <%init>
14 my %opt = @_;
15 </%init>