From f53491db6e1aa1f19f627b60ff2bcd2ff40b128a Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Fri, 8 Oct 2010 13:50:54 +0000 Subject: [PATCH] #14374 -- Added some missing template files to ensure that contrib.auth tests will pass when admin isn't installed. Thanks to henriquebastos for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14003 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