diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-10-08 13:53:25 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-10-08 13:53:25 +0000 |
| commit | 0a52a04a070fd46d50c2a0385349ef5f96d6dc58 (patch) | |
| tree | 99cd3a199dd46fe8571d6811c405739b21ae5be6 | |
| parent | cf1d9f4b2cb30e8eb29b29714df592a31ddedcfa (diff) | |
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
| -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 |
