{% extends "places/base.html" %} {% load molly_maps %}{% load molly_utils %}{% load i18n %} {% block title %} {% blocktrans with entity.title as title %}Update {{ title }}{% endblocktrans %} {% endblock %} {% block extrahead %}{{ block.super }} {% endblock %} {% block content %}
{% blocktrans %}Thank you for wanting to improve the data provided by {{ site_name }}. However, before you submit any changes, you should be aware of the following terms.{% endblocktrans %}
{% blocktrans %}Your contribution will be released into the Public Domain, and then submitted to OpenStreetMap by {{ site_name }}.{% endblocktrans %}
{% blocktrans %}Your changes will be checked by a member of the {{ site_name }} team before being uploaded. {{ site_name }} may tidy or normalise the data you provide before they are uploaded using the {{ site_name }} OSM account.{% endblocktrans %}
{% blocktrans %}If you would like to be named as the original author of the changes, please provide your name and tick the attribution box. Your e-mail address will never be submitted to OSM, but may be used by us to clarify any changes you provide.{% endblocktrans %}
{% url places:static-openstreetmap as osm_url %} {% blocktrans %}You may be interested to read further information about OpenStreetMap and other ways in which one may contribute.{% endblocktrans %}