diff --git a/django/contrib/gis/templates/gis/admin/openlayers.html b/django/contrib/gis/templates/gis/admin/openlayers.html
index a61b689..5ea6714 100644
a
|
b
|
|
31 | 31 | //]]> |
32 | 32 | </script> |
33 | 33 | <div id="{{ id }}_map"{% if LANGUAGE_BIDI %} dir="ltr"{% endif %}></div> |
| 34 | {% if wkt == '' or modifiable %} |
34 | 35 | <a href="javascript:{{ module }}.clearFeatures()">Delete all Features</a> |
| 36 | {% endif %} |
35 | 37 | {% if display_wkt %}<p> WKT debugging window:</p>{% endif %} |
36 | 38 | <textarea id="{{ id }}" class="vWKTField required" cols="150" rows="10" name="{{ name }}">{{ wkt }}</textarea> |
37 | 39 | <script type="text/javascript">{% block init_function %}{{ module }}.init();{% endblock %}</script> |