# HG changeset patch # User Sverre Rabbelier # Date 1235300035 0 # Node ID 623858110d93cc857d3f00949b707493eaec0141 # Parent 37eb949c3267cd9cb51de9f56adaa342579cd05d Added a link to "Site Settings" for the GMaps API Key missing msg Patch by: Sverre Rabbelier diff -r 37eb949c3267 -r 623858110d93 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 %} -
Google Maps API key not present. Please login as administrator and insert your key in Site Settings, Google Maps field. +
Google Maps API key not present. +Please insert your key in Site Settings, Google Maps field. + {% endif %} {% endblock %}