Added a link to "Site Settings" for the GMaps API Key missing msg
Patch by: Sverre Rabbelier
--- a/app/soc/templates/soc/role/edit.html Sun Feb 22 10:32:24 2009 +0000
+++ b/app/soc/templates/soc/role/edit.html Sun Feb 22 10:53:55 2009 +0000
@@ -33,7 +33,9 @@
{% block instructions %}
{{ block.super }}
{% if not gmaps_api_key %}
-<br /><span class="error">Google Maps API key not present. Please login as administrator and insert your key in Site Settings, Google Maps field.</span>
+<br /><span class="error">Google Maps API key not present.
+Please insert your key in <a href="/site/edit">Site Settings</a>, Google Maps field.
+</span>
{% endif %}
{% endblock %}