app/soc/templates/soc/role/edit.html
changeset 1455 623858110d93
parent 1359 582661519e5d
child 1719 328db0964f86
--- 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 %}