summaryrefslogtreecommitdiff
path: root/tests/templates
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2010-01-12 23:34:03 +0000
committerJannis Leidel <jannis@leidel.info>2010-01-12 23:34:03 +0000
commit31f3a8c1ad3b6ec33c503241484107bf35cdadba (patch)
treeba7751b7fe6b7a6429ee590153927b4c47aed1db /tests/templates
parent09b585e4bb250ab75264df129e341a7e731ef3b9 (diff)
downloaddjango-31f3a8c1ad3b6ec33c503241484107bf35cdadba.tar.gz
Fixed #10640 - Adds a add_form_template option to ModelAdmin. Thanks jcsackett.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12216 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/templates')
-rw-r--r--tests/templates/custom_admin/add_form.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/templates/custom_admin/add_form.html b/tests/templates/custom_admin/add_form.html
new file mode 100644
index 0000000000..f42ba4b649
--- /dev/null
+++ b/tests/templates/custom_admin/add_form.html
@@ -0,0 +1 @@
+{% extends "admin/change_form.html" %}