X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/60a1df9c4f1df657cee19951a87f781b0e2bf85a..d19e216035b14d8f60b24dda0c0670e6997f16ce:/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 deleted file mode 100644 index 67f6ec4..0000000 --- a/templates/admin/philo/page/add_form.html +++ /dev/null @@ -1,29 +0,0 @@ -{% extends "admin/change_form.html" %} -{% load i18n %} - -{% block extrahead %}{{ block.super }} - - -{% endblock %} - -{% block form_top %} -

{% 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