Tweaked page add_form template. Fixes bug #8.
[philo.git] / templates / admin / philo / page / add_form.html
index a200165..5b101c4 100644 (file)
@@ -3,5 +3,10 @@
 
 {% block form_top %}
        <p>{% trans "First, choose a template. After saving, you'll be able to provide additional content for containers." %}</p>
-       <input type="hidden" name="_continue" value="1" />
 {% endblock %}
+
+{% block content %}
+{% with 0 as save_on_top %}
+{{ block.super }}
+{% endwith %}
+{% endblock %}
\ No newline at end of file