diff options
Diffstat (limited to 'templates/main_map.html')
| -rw-r--r-- | templates/main_map.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main_map.html b/templates/main_map.html index c7b9e2f..47a495a 100644 --- a/templates/main_map.html +++ b/templates/main_map.html @@ -20,5 +20,5 @@ init(); // --> </script>{% endblock %} {% block footer %} - <div id='map-footer'><a href='javascript:show("welcome");'>{% trans "Welcome message"%}</a> - {% trans "This site uses Chimère"%} - Copyright © 2008 <a href='http://redmine.peacefrogs.net/projects/show/chimere'>Chimère project</a></div> + <div id='map-footer'><a href='javascript:show("welcome");'>{% trans "Welcome message"%}</a> - {% trans "Map"%} © <a href='http://openstreetmap.org/'>OpenStreetMap</a> - {% trans "This site uses Chimère"%} - Copyright © 2008 <a href='http://redmine.peacefrogs.net/projects/show/chimere'>Chimère project</a></div> {% endblock %} |
