From 12428c6e7fbb4000a197960f9968316fb8613a84 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 31 Mar 2012 17:16:14 +0000 Subject: [PATCH] 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 --- formtools/{ => tests}/templates/404.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename formtools/{ => tests}/templates/404.html (100%) diff --git a/formtools/templates/404.html b/formtools/tests/templates/404.html similarity index 100% rename from formtools/templates/404.html rename to formtools/tests/templates/404.html