X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/0835c42da3f8daa85194a246c143032943af9bcf..6d5e8d5c70865b4e4181f411c66d1a9ec9c16ccd:/templates/admin/philo/page/add_form.html diff --git a/templates/admin/philo/page/add_form.html b/templates/admin/philo/page/add_form.html index a200165..8937463 100644 --- a/templates/admin/philo/page/add_form.html +++ b/templates/admin/philo/page/add_form.html @@ -5,3 +5,9 @@

{% trans "First, choose a template. After saving, you'll be able to provide additional content for containers." %}

{% endblock %} + +{% block content %} +{% with 0 as save_on_top %} +{{ block.super }} +{% endwith %} +{% endblock %} \ No newline at end of file