diff --git a/templates/registration/email_validation_complete.html b/apps/registration/templates/registration/email_validation_complete.html similarity index 100% rename from templates/registration/email_validation_complete.html rename to apps/registration/templates/registration/email_validation_complete.html diff --git a/templates/registration/email_validation_email_sent.html b/apps/registration/templates/registration/email_validation_email_sent.html similarity index 100% rename from templates/registration/email_validation_email_sent.html rename to apps/registration/templates/registration/email_validation_email_sent.html diff --git a/templates/registration/logged_out.html b/apps/registration/templates/registration/logged_out.html similarity index 100% rename from templates/registration/logged_out.html rename to apps/registration/templates/registration/logged_out.html diff --git a/templates/registration/login.html b/apps/registration/templates/registration/login.html similarity index 100% rename from templates/registration/login.html rename to apps/registration/templates/registration/login.html diff --git a/templates/registration/mails/email_validation_email.html b/apps/registration/templates/registration/mails/email_validation_email.html similarity index 100% rename from templates/registration/mails/email_validation_email.html rename to apps/registration/templates/registration/mails/email_validation_email.html diff --git a/templates/registration/mails/email_validation_email.txt b/apps/registration/templates/registration/mails/email_validation_email.txt similarity index 100% rename from templates/registration/mails/email_validation_email.txt rename to apps/registration/templates/registration/mails/email_validation_email.txt diff --git a/templates/registration/password_change_done.html b/apps/registration/templates/registration/password_change_done.html similarity index 100% rename from templates/registration/password_change_done.html rename to apps/registration/templates/registration/password_change_done.html diff --git a/templates/registration/password_change_form.html b/apps/registration/templates/registration/password_change_form.html similarity index 100% rename from templates/registration/password_change_form.html rename to apps/registration/templates/registration/password_change_form.html diff --git a/templates/registration/password_reset_complete.html b/apps/registration/templates/registration/password_reset_complete.html similarity index 100% rename from templates/registration/password_reset_complete.html rename to apps/registration/templates/registration/password_reset_complete.html diff --git a/templates/registration/password_reset_confirm.html b/apps/registration/templates/registration/password_reset_confirm.html similarity index 100% rename from templates/registration/password_reset_confirm.html rename to apps/registration/templates/registration/password_reset_confirm.html diff --git a/templates/registration/password_reset_done.html b/apps/registration/templates/registration/password_reset_done.html similarity index 100% rename from templates/registration/password_reset_done.html rename to apps/registration/templates/registration/password_reset_done.html diff --git a/templates/registration/password_reset_form.html b/apps/registration/templates/registration/password_reset_form.html similarity index 100% rename from templates/registration/password_reset_form.html rename to apps/registration/templates/registration/password_reset_form.html diff --git a/templates/registration/signup.html b/apps/registration/templates/registration/signup.html similarity index 100% rename from templates/registration/signup.html rename to apps/registration/templates/registration/signup.html