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