summaryrefslogtreecommitdiff
path: root/chimere/templates/admin/osm_export.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-11-24 02:09:54 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-11-24 02:09:54 +0100
commit9edddaf1cce657e97f3550565e446d9a91e69fce (patch)
tree53bd093c4245b221f8d4d7f578f6a021cdec3e38 /chimere/templates/admin/osm_export.html
parent1b30395108ad1d9dd42e286ca04e534fa928e679 (diff)
downloadChimère-9edddaf1cce657e97f3550565e446d9a91e69fce.tar.bz2
Chimère-9edddaf1cce657e97f3550565e446d9a91e69fce.zip
Fix rapprochement - work on OSM export interface
Diffstat (limited to 'chimere/templates/admin/osm_export.html')
-rw-r--r--chimere/templates/admin/osm_export.html3
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" %}'/>