From 963f49023bfe4f941cb6200d28e68dffb83f0e9b Mon Sep 17 00:00:00 2001 From: sosokker Date: Thu, 21 Sep 2023 21:07:49 +0700 Subject: [PATCH] Move Signup/login/Reset html to base/templates --- {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