# HG changeset patch # User Pawel Solyga # Date 1233504865 0 # Node ID 44dcc941e1994fb8600f28fb8e17b698bb1af455 # Parent 77276e2c46f7346f1471645089126f54efea0b6c Update error message that shows when Google Maps API key is missing. Patch by: Pawel Solyga Reviewed by: to-be-reviewed diff -r 77276e2c46f7 -r 44dcc941e199 app/soc/templates/soc/role/edit.html --- a/app/soc/templates/soc/role/edit.html Sun Feb 01 16:14:09 2009 +0000 +++ b/app/soc/templates/soc/role/edit.html Sun Feb 01 16:14:25 2009 +0000 @@ -43,7 +43,7 @@ {% block instructions %} Please use this form to edit the {{ entity_type }}. {% if not gmaps_api_key %} -
Google Maps API key not present: please login as administrator and insert your key in Site, Edit Site Settings, Google Maps field +
Google Maps API key not present. Please login as administrator and insert your key in Site Settings, Google Maps field. {% endif %} {% endblock %}