Added a link to "Site Settings" for the GMaps API Key missing msg
authorSverre Rabbelier <srabbelier@gmail.com>
Sun, 22 Feb 2009 10:53:55 +0000
changeset 1455 623858110d93
parent 1454 37eb949c3267
child 1456 27e4b7ff2246
Added a link to "Site Settings" for the GMaps API Key missing msg Patch by: Sverre Rabbelier
app/soc/templates/soc/role/edit.html
--- 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 %}