From ad355e48ce07ae60648c8858faaa4c9c746c8cd8 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 31 Mar 2012 17:16:14 +0000 Subject: Moved a template that was added in the wrong directory. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17853 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/formtools/templates/404.html | 1 - django/contrib/formtools/tests/templates/404.html | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 django/contrib/formtools/templates/404.html create mode 100644 django/contrib/formtools/tests/templates/404.html diff --git a/django/contrib/formtools/templates/404.html b/django/contrib/formtools/templates/404.html deleted file mode 100644 index 4aa12038b5..0000000000 --- a/django/contrib/formtools/templates/404.html +++ /dev/null @@ -1 +0,0 @@ -Not found. diff --git a/django/contrib/formtools/tests/templates/404.html b/django/contrib/formtools/tests/templates/404.html new file mode 100644 index 0000000000..4aa12038b5 --- /dev/null +++ b/django/contrib/formtools/tests/templates/404.html @@ -0,0 +1 @@ +Not found. -- cgit v1.3