summaryrefslogtreecommitdiff
path: root/templates/edit.html
diff options
context:
space:
mode:
authoretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2009-01-14 00:05:56 +0000
committeretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2009-01-14 00:05:56 +0000
commit0d1b6ecd08c24cca9aa283fcb4f30a456899a5f3 (patch)
tree765ee8b20f577a8e6756c3403bf471451c9aa296 /templates/edit.html
parent5577411f505db728e778a9bda8cd8a958c805317 (diff)
downloadChimère-0d1b6ecd08c24cca9aa283fcb4f30a456899a5f3.tar.bz2
Chimère-0d1b6ecd08c24cca9aa283fcb4f30a456899a5f3.zip
Keep zoom level and bounds between pages
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@13 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
Diffstat (limited to 'templates/edit.html')
-rw-r--r--templates/edit.html2
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 %}