diff options
Diffstat (limited to 'chimere/templates/admin/osm_export.html')
| -rw-r--r-- | chimere/templates/admin/osm_export.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chimere/templates/admin/osm_export.html b/chimere/templates/admin/osm_export.html index 42ea0f7..dab123e 100644 --- a/chimere/templates/admin/osm_export.html +++ b/chimere/templates/admin/osm_export.html @@ -18,10 +18,11 @@ </table> </fieldset> <ul class='messagelist'> + <li>{% trans "Only points of interest are managed by this export." %}</li> <li>{{msg_item}}</li> <li>{% trans "Before exporting to OSM an import is done to verify that no modification has been made. All pending imported item have to be validated before export." %}</li> </ul> -<p class='errornote'>{% blocktrans %}Ensure that all the data exported to OSM have an appropriate license. You can exclude some points of interest by checking the checkbox "Not to be imported in OSM" in the point of interest form. If you are not sure of what you are doing: DON'T EXPORT TO OSM!{% endblocktrans %}</p> +<p class='errornote'>{% blocktrans %}Ensure that all the data exported to OSM have an appropriate license. You can exclude some points of interest by checking the checkbox "Not to be imported in OSM" in the point of interest form. <strong>If you are not sure of what you are doing: DON'T EXPORT TO OSM</strong>!{% endblocktrans %}</p> <div class='submit-row'> <p class='deletelink-box'><a href="{% if item.point %}{% url admin:chimere_marker_changelist %}{%else%}{% url admin:chimere_route_changelist %}{%endif%}">{% trans "Back to list" %}</a></p> <input class='default' type='submit' value='{% trans "Export to OSM" %}'/> |
