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