Moved philo files into a philo subdirectory and added a setup.py file. Philo can...
[philo.git] / 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 (file)
index 8937463..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends "admin/change_form.html" %}
-{% load i18n %}
-
-{% 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