diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-10-08 13:50:54 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-10-08 13:50:54 +0000 |
| commit | f53491db6e1aa1f19f627b60ff2bcd2ff40b128a (patch) | |
| tree | ae047198ef80e00b73bc4151f262e62eaa4bdcf5 | |
| parent | 43b6b32945cee07c3f85f1a696fca12fcba6ee2f (diff) | |
#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
| -rw-r--r-- | django/contrib/auth/tests/templates/registration/logged_out.html | 1 | ||||
| -rw-r--r-- | django/contrib/auth/tests/templates/registration/password_change_form.html | 1 |
2 files changed, 2 insertions, 0 deletions
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 |
