summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/contrib/auth/tests/templates/registration/logged_out.html1
-rw-r--r--django/contrib/auth/tests/templates/registration/password_change_form.html1
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