From 016398dd8d1780ca6235cd9485f60d469c99bb06 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Tue, 22 Sep 2020 19:40:42 +0200 Subject: [PATCH] Move templates --- .../templates}/registration/email_validation_complete.html | 0 .../templates}/registration/email_validation_email_sent.html | 0 .../registration/templates}/registration/logged_out.html | 0 .../registration/templates}/registration/login.html | 0 .../templates}/registration/mails/email_validation_email.html | 0 .../templates}/registration/mails/email_validation_email.txt | 0 .../templates}/registration/password_change_done.html | 0 .../templates}/registration/password_change_form.html | 0 .../templates}/registration/password_reset_complete.html | 0 .../templates}/registration/password_reset_confirm.html | 0 .../registration/templates}/registration/password_reset_done.html | 0 .../registration/templates}/registration/password_reset_form.html | 0 .../registration/templates}/registration/signup.html | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename {templates => apps/registration/templates}/registration/email_validation_complete.html (100%) rename {templates => apps/registration/templates}/registration/email_validation_email_sent.html (100%) rename {templates => apps/registration/templates}/registration/logged_out.html (100%) rename {templates => apps/registration/templates}/registration/login.html (100%) rename {templates => apps/registration/templates}/registration/mails/email_validation_email.html (100%) rename {templates => apps/registration/templates}/registration/mails/email_validation_email.txt (100%) rename {templates => apps/registration/templates}/registration/password_change_done.html (100%) rename {templates => apps/registration/templates}/registration/password_change_form.html (100%) rename {templates => apps/registration/templates}/registration/password_reset_complete.html (100%) rename {templates => apps/registration/templates}/registration/password_reset_confirm.html (100%) rename {templates => apps/registration/templates}/registration/password_reset_done.html (100%) rename {templates => apps/registration/templates}/registration/password_reset_form.html (100%) rename {templates => apps/registration/templates}/registration/signup.html (100%) 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