+{% block extrahead %}{{ block.super }}
+<!-- This will break if anything ever changes and may not work in all browsers. Sad face. -->
+<script type='text/javascript'>
+(function($){
+ $(function(){
+ $('#page_form input[type=submit]').click(function(e){
+ if (e.target.name == '_addanother') {
+ hidden = document.getElementById('page_form')._continue[0]
+ hidden.parentNode.removeChild(hidden)
+ }
+ })
+ })
+}(django.jQuery));
+</script>
+{% endblock %}
+