diff options
Diffstat (limited to 'templates/edit.html')
-rw-r--r-- | templates/edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit.html b/templates/edit.html index 9d3ee8c..99dc99b 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -45,7 +45,7 @@ {{ field }} </div> {%endifequal%}{%endfor%}{%endfor%} -<p><input type='submit' value="{% trans 'Propose'%}"/></p> +<p><input type='submit' onclick='saveExtent();' value="{% trans 'Propose'%}"/></p> </form> </fieldset> {% endblock %} |