From 0a52a04a070fd46d50c2a0385349ef5f96d6dc58 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Fri, 8 Oct 2010 13:53:25 +0000 Subject: [PATCH] Backport of r14003 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14004 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/auth/tests/templates/registration/logged_out.html | 1 + .../auth/tests/templates/registration/password_change_form.html | 1 + 2 files changed, 2 insertions(+) create mode 100644 django/contrib/auth/tests/templates/registration/logged_out.html create mode 100644 django/contrib/auth/tests/templates/registration/password_change_form.html diff --git a/django/contrib/auth/tests/templates/registration/logged_out.html b/django/contrib/auth/tests/templates/registration/logged_out.html new file mode 100644 index 0000000000..d69065375c --- /dev/null +++ b/django/contrib/auth/tests/templates/registration/logged_out.html @@ -0,0 +1 @@ +Logged out \ No newline at end of file diff --git a/django/contrib/auth/tests/templates/registration/password_change_form.html b/django/contrib/auth/tests/templates/registration/password_change_form.html new file mode 100644 index 0000000000..d960111992 --- /dev/null +++ b/django/contrib/auth/tests/templates/registration/password_change_form.html @@ -0,0 +1 @@ +{{ form }} \ No newline at end of file