From 0dcddfa2e8f6606b3e9f40034826a2a53e93f7fc Mon Sep 17 00:00:00 2001 From: Sirin Puenggun Date: Thu, 21 Sep 2023 21:12:27 +0700 Subject: [PATCH] Move Signup/login/Reset html to base/templates (#55) --- {polls/templates => templates}/registration/login.html | 0 .../registration/password_reset_complete.html | 0 .../registration/password_reset_confirm.html | 0 .../templates => templates}/registration/password_reset_done.html | 0 .../templates => templates}/registration/password_reset_form.html | 0 {polls/templates => templates}/registration/signup.html | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {polls/templates => templates}/registration/login.html (100%) rename {polls/templates => templates}/registration/password_reset_complete.html (100%) rename {polls/templates => templates}/registration/password_reset_confirm.html (100%) rename {polls/templates => templates}/registration/password_reset_done.html (100%) rename {polls/templates => templates}/registration/password_reset_form.html (100%) rename {polls/templates => templates}/registration/signup.html (100%) diff --git a/polls/templates/registration/login.html b/templates/registration/login.html similarity index 100% rename from polls/templates/registration/login.html rename to templates/registration/login.html diff --git a/polls/templates/registration/password_reset_complete.html b/templates/registration/password_reset_complete.html similarity index 100% rename from polls/templates/registration/password_reset_complete.html rename to templates/registration/password_reset_complete.html diff --git a/polls/templates/registration/password_reset_confirm.html b/templates/registration/password_reset_confirm.html similarity index 100% rename from polls/templates/registration/password_reset_confirm.html rename to templates/registration/password_reset_confirm.html diff --git a/polls/templates/registration/password_reset_done.html b/templates/registration/password_reset_done.html similarity index 100% rename from polls/templates/registration/password_reset_done.html rename to templates/registration/password_reset_done.html diff --git a/polls/templates/registration/password_reset_form.html b/templates/registration/password_reset_form.html similarity index 100% rename from polls/templates/registration/password_reset_form.html rename to templates/registration/password_reset_form.html diff --git a/polls/templates/registration/signup.html b/templates/registration/signup.html similarity index 100% rename from polls/templates/registration/signup.html rename to templates/registration/signup.html