diff --git a/umap/templates/leaflet_storage/map_detail.html b/umap/templates/leaflet_storage/map_detail.html index 4353e428..6023676f 100644 --- a/umap/templates/leaflet_storage/map_detail.html +++ b/umap/templates/leaflet_storage/map_detail.html @@ -8,6 +8,9 @@ {% leaflet_storage_css %} {% endcompress %} {% leaflet_storage_js locale=locale %} + {% if object.share_status != object.PUBLIC %} + + {% endif %} {% endblock %} {% block content %} @@ -15,4 +18,4 @@ {% include "leaflet_storage/map_init.html" %} {% endblock %} {% include "leaflet_storage/map_messages.html" %} -{% endblock %} \ No newline at end of file +{% endblock %}