From 516898af5968dd90c7e594a099b1f3af32df0926 Mon Sep 17 00:00:00 2001 From: Son Date: Thu, 4 Nov 2021 15:05:22 +0100 Subject: [PATCH] move all template files to templates/ --- {app/auth/templates => templates}/auth/activate.html | 0 {app/auth/templates => templates}/auth/change_email.html | 0 {app/auth/templates => templates}/auth/fido.html | 0 {app/auth/templates => templates}/auth/forgot_password.html | 0 {app/auth/templates => templates}/auth/login.html | 0 {app/auth/templates => templates}/auth/mfa.html | 0 {app/auth/templates => templates}/auth/recovery.html | 0 {app/auth/templates => templates}/auth/register.html | 0 .../templates => templates}/auth/register_waiting_activation.html | 0 {app/auth/templates => templates}/auth/resend_activation.html | 0 {app/auth/templates => templates}/auth/reset_password.html | 0 {app/auth/templates => templates}/auth/social.html | 0 .../templates => templates}/dashboard/alias_contact_manager.html | 0 {app/dashboard/templates => templates}/dashboard/alias_log.html | 0 .../templates => templates}/dashboard/alias_transfer_receive.html | 0 .../templates => templates}/dashboard/alias_transfer_send.html | 0 {app/dashboard/templates => templates}/dashboard/api_key.html | 0 {app/dashboard/templates => templates}/dashboard/app.html | 0 .../dashboard/templates => templates}/dashboard/batch_import.html | 0 {app/dashboard/templates => templates}/dashboard/billing.html | 0 .../templates => templates}/dashboard/block_contact.html | 0 .../templates => templates}/dashboard/contact_detail.html | 0 {app/dashboard/templates => templates}/dashboard/coupon.html | 0 .../dashboard/templates => templates}/dashboard/custom_alias.html | 0 .../templates => templates}/dashboard/custom_domain.html | 0 {app/dashboard/templates => templates}/dashboard/directory.html | 0 .../dashboard/domain_detail/auto-create.html | 0 .../templates => templates}/dashboard/domain_detail/base.html | 0 .../templates => templates}/dashboard/domain_detail/dns.html | 0 .../templates => templates}/dashboard/domain_detail/info.html | 0 .../templates => templates}/dashboard/domain_detail/trash.html | 0 {app/dashboard/templates => templates}/dashboard/enter_sudo.html | 0 .../templates => templates}/dashboard/extend_subscription.html | 0 {app/dashboard/templates => templates}/dashboard/fido_manage.html | 0 {app/dashboard/templates => templates}/dashboard/fido_setup.html | 0 {app/dashboard/templates => templates}/dashboard/index.html | 0 .../templates => templates}/dashboard/lifetime_licence.html | 0 {app/dashboard/templates => templates}/dashboard/mailbox.html | 0 .../templates => templates}/dashboard/mailbox_detail.html | 0 .../templates => templates}/dashboard/mailbox_validation.html | 0 {app/dashboard/templates => templates}/dashboard/mfa_cancel.html | 0 {app/dashboard/templates => templates}/dashboard/mfa_setup.html | 0 {app/dashboard/templates => templates}/dashboard/pricing.html | 0 .../templates => templates}/dashboard/recovery_code.html | 0 {app/dashboard/templates => templates}/dashboard/referral.html | 0 .../templates => templates}/dashboard/refused_email.html | 0 {app/dashboard/templates => templates}/dashboard/setting.html | 0 {app/dashboard/templates => templates}/dashboard/unsubscribe.html | 0 48 files changed, 0 insertions(+), 0 deletions(-) rename {app/auth/templates => templates}/auth/activate.html (100%) rename {app/auth/templates => templates}/auth/change_email.html (100%) rename {app/auth/templates => templates}/auth/fido.html (100%) rename {app/auth/templates => templates}/auth/forgot_password.html (100%) rename {app/auth/templates => templates}/auth/login.html (100%) rename {app/auth/templates => templates}/auth/mfa.html (100%) rename {app/auth/templates => templates}/auth/recovery.html (100%) rename {app/auth/templates => templates}/auth/register.html (100%) rename {app/auth/templates => templates}/auth/register_waiting_activation.html (100%) rename {app/auth/templates => templates}/auth/resend_activation.html (100%) rename {app/auth/templates => templates}/auth/reset_password.html (100%) rename {app/auth/templates => templates}/auth/social.html (100%) rename {app/dashboard/templates => templates}/dashboard/alias_contact_manager.html (100%) rename {app/dashboard/templates => templates}/dashboard/alias_log.html (100%) rename {app/dashboard/templates => templates}/dashboard/alias_transfer_receive.html (100%) rename {app/dashboard/templates => templates}/dashboard/alias_transfer_send.html (100%) rename {app/dashboard/templates => templates}/dashboard/api_key.html (100%) rename {app/dashboard/templates => templates}/dashboard/app.html (100%) rename {app/dashboard/templates => templates}/dashboard/batch_import.html (100%) rename {app/dashboard/templates => templates}/dashboard/billing.html (100%) rename {app/dashboard/templates => templates}/dashboard/block_contact.html (100%) rename {app/dashboard/templates => templates}/dashboard/contact_detail.html (100%) rename {app/dashboard/templates => templates}/dashboard/coupon.html (100%) rename {app/dashboard/templates => templates}/dashboard/custom_alias.html (100%) rename {app/dashboard/templates => templates}/dashboard/custom_domain.html (100%) rename {app/dashboard/templates => templates}/dashboard/directory.html (100%) rename {app/dashboard/templates => templates}/dashboard/domain_detail/auto-create.html (100%) rename {app/dashboard/templates => templates}/dashboard/domain_detail/base.html (100%) rename {app/dashboard/templates => templates}/dashboard/domain_detail/dns.html (100%) rename {app/dashboard/templates => templates}/dashboard/domain_detail/info.html (100%) rename {app/dashboard/templates => templates}/dashboard/domain_detail/trash.html (100%) rename {app/dashboard/templates => templates}/dashboard/enter_sudo.html (100%) rename {app/dashboard/templates => templates}/dashboard/extend_subscription.html (100%) rename {app/dashboard/templates => templates}/dashboard/fido_manage.html (100%) rename {app/dashboard/templates => templates}/dashboard/fido_setup.html (100%) rename {app/dashboard/templates => templates}/dashboard/index.html (100%) rename {app/dashboard/templates => templates}/dashboard/lifetime_licence.html (100%) rename {app/dashboard/templates => templates}/dashboard/mailbox.html (100%) rename {app/dashboard/templates => templates}/dashboard/mailbox_detail.html (100%) rename {app/dashboard/templates => templates}/dashboard/mailbox_validation.html (100%) rename {app/dashboard/templates => templates}/dashboard/mfa_cancel.html (100%) rename {app/dashboard/templates => templates}/dashboard/mfa_setup.html (100%) rename {app/dashboard/templates => templates}/dashboard/pricing.html (100%) rename {app/dashboard/templates => templates}/dashboard/recovery_code.html (100%) rename {app/dashboard/templates => templates}/dashboard/referral.html (100%) rename {app/dashboard/templates => templates}/dashboard/refused_email.html (100%) rename {app/dashboard/templates => templates}/dashboard/setting.html (100%) rename {app/dashboard/templates => templates}/dashboard/unsubscribe.html (100%) diff --git a/app/auth/templates/auth/activate.html b/templates/auth/activate.html similarity index 100% rename from app/auth/templates/auth/activate.html rename to templates/auth/activate.html diff --git a/app/auth/templates/auth/change_email.html b/templates/auth/change_email.html similarity index 100% rename from app/auth/templates/auth/change_email.html rename to templates/auth/change_email.html diff --git a/app/auth/templates/auth/fido.html b/templates/auth/fido.html similarity index 100% rename from app/auth/templates/auth/fido.html rename to templates/auth/fido.html diff --git a/app/auth/templates/auth/forgot_password.html b/templates/auth/forgot_password.html similarity index 100% rename from app/auth/templates/auth/forgot_password.html rename to templates/auth/forgot_password.html diff --git a/app/auth/templates/auth/login.html b/templates/auth/login.html similarity index 100% rename from app/auth/templates/auth/login.html rename to templates/auth/login.html diff --git a/app/auth/templates/auth/mfa.html b/templates/auth/mfa.html similarity index 100% rename from app/auth/templates/auth/mfa.html rename to templates/auth/mfa.html diff --git a/app/auth/templates/auth/recovery.html b/templates/auth/recovery.html similarity index 100% rename from app/auth/templates/auth/recovery.html rename to templates/auth/recovery.html diff --git a/app/auth/templates/auth/register.html b/templates/auth/register.html similarity index 100% rename from app/auth/templates/auth/register.html rename to templates/auth/register.html diff --git a/app/auth/templates/auth/register_waiting_activation.html b/templates/auth/register_waiting_activation.html similarity index 100% rename from app/auth/templates/auth/register_waiting_activation.html rename to templates/auth/register_waiting_activation.html diff --git a/app/auth/templates/auth/resend_activation.html b/templates/auth/resend_activation.html similarity index 100% rename from app/auth/templates/auth/resend_activation.html rename to templates/auth/resend_activation.html diff --git a/app/auth/templates/auth/reset_password.html b/templates/auth/reset_password.html similarity index 100% rename from app/auth/templates/auth/reset_password.html rename to templates/auth/reset_password.html diff --git a/app/auth/templates/auth/social.html b/templates/auth/social.html similarity index 100% rename from app/auth/templates/auth/social.html rename to templates/auth/social.html diff --git a/app/dashboard/templates/dashboard/alias_contact_manager.html b/templates/dashboard/alias_contact_manager.html similarity index 100% rename from app/dashboard/templates/dashboard/alias_contact_manager.html rename to templates/dashboard/alias_contact_manager.html diff --git a/app/dashboard/templates/dashboard/alias_log.html b/templates/dashboard/alias_log.html similarity index 100% rename from app/dashboard/templates/dashboard/alias_log.html rename to templates/dashboard/alias_log.html diff --git a/app/dashboard/templates/dashboard/alias_transfer_receive.html b/templates/dashboard/alias_transfer_receive.html similarity index 100% rename from app/dashboard/templates/dashboard/alias_transfer_receive.html rename to templates/dashboard/alias_transfer_receive.html diff --git a/app/dashboard/templates/dashboard/alias_transfer_send.html b/templates/dashboard/alias_transfer_send.html similarity index 100% rename from app/dashboard/templates/dashboard/alias_transfer_send.html rename to templates/dashboard/alias_transfer_send.html diff --git a/app/dashboard/templates/dashboard/api_key.html b/templates/dashboard/api_key.html similarity index 100% rename from app/dashboard/templates/dashboard/api_key.html rename to templates/dashboard/api_key.html diff --git a/app/dashboard/templates/dashboard/app.html b/templates/dashboard/app.html similarity index 100% rename from app/dashboard/templates/dashboard/app.html rename to templates/dashboard/app.html diff --git a/app/dashboard/templates/dashboard/batch_import.html b/templates/dashboard/batch_import.html similarity index 100% rename from app/dashboard/templates/dashboard/batch_import.html rename to templates/dashboard/batch_import.html diff --git a/app/dashboard/templates/dashboard/billing.html b/templates/dashboard/billing.html similarity index 100% rename from app/dashboard/templates/dashboard/billing.html rename to templates/dashboard/billing.html diff --git a/app/dashboard/templates/dashboard/block_contact.html b/templates/dashboard/block_contact.html similarity index 100% rename from app/dashboard/templates/dashboard/block_contact.html rename to templates/dashboard/block_contact.html diff --git a/app/dashboard/templates/dashboard/contact_detail.html b/templates/dashboard/contact_detail.html similarity index 100% rename from app/dashboard/templates/dashboard/contact_detail.html rename to templates/dashboard/contact_detail.html diff --git a/app/dashboard/templates/dashboard/coupon.html b/templates/dashboard/coupon.html similarity index 100% rename from app/dashboard/templates/dashboard/coupon.html rename to templates/dashboard/coupon.html diff --git a/app/dashboard/templates/dashboard/custom_alias.html b/templates/dashboard/custom_alias.html similarity index 100% rename from app/dashboard/templates/dashboard/custom_alias.html rename to templates/dashboard/custom_alias.html diff --git a/app/dashboard/templates/dashboard/custom_domain.html b/templates/dashboard/custom_domain.html similarity index 100% rename from app/dashboard/templates/dashboard/custom_domain.html rename to templates/dashboard/custom_domain.html diff --git a/app/dashboard/templates/dashboard/directory.html b/templates/dashboard/directory.html similarity index 100% rename from app/dashboard/templates/dashboard/directory.html rename to templates/dashboard/directory.html diff --git a/app/dashboard/templates/dashboard/domain_detail/auto-create.html b/templates/dashboard/domain_detail/auto-create.html similarity index 100% rename from app/dashboard/templates/dashboard/domain_detail/auto-create.html rename to templates/dashboard/domain_detail/auto-create.html diff --git a/app/dashboard/templates/dashboard/domain_detail/base.html b/templates/dashboard/domain_detail/base.html similarity index 100% rename from app/dashboard/templates/dashboard/domain_detail/base.html rename to templates/dashboard/domain_detail/base.html diff --git a/app/dashboard/templates/dashboard/domain_detail/dns.html b/templates/dashboard/domain_detail/dns.html similarity index 100% rename from app/dashboard/templates/dashboard/domain_detail/dns.html rename to templates/dashboard/domain_detail/dns.html diff --git a/app/dashboard/templates/dashboard/domain_detail/info.html b/templates/dashboard/domain_detail/info.html similarity index 100% rename from app/dashboard/templates/dashboard/domain_detail/info.html rename to templates/dashboard/domain_detail/info.html diff --git a/app/dashboard/templates/dashboard/domain_detail/trash.html b/templates/dashboard/domain_detail/trash.html similarity index 100% rename from app/dashboard/templates/dashboard/domain_detail/trash.html rename to templates/dashboard/domain_detail/trash.html diff --git a/app/dashboard/templates/dashboard/enter_sudo.html b/templates/dashboard/enter_sudo.html similarity index 100% rename from app/dashboard/templates/dashboard/enter_sudo.html rename to templates/dashboard/enter_sudo.html diff --git a/app/dashboard/templates/dashboard/extend_subscription.html b/templates/dashboard/extend_subscription.html similarity index 100% rename from app/dashboard/templates/dashboard/extend_subscription.html rename to templates/dashboard/extend_subscription.html diff --git a/app/dashboard/templates/dashboard/fido_manage.html b/templates/dashboard/fido_manage.html similarity index 100% rename from app/dashboard/templates/dashboard/fido_manage.html rename to templates/dashboard/fido_manage.html diff --git a/app/dashboard/templates/dashboard/fido_setup.html b/templates/dashboard/fido_setup.html similarity index 100% rename from app/dashboard/templates/dashboard/fido_setup.html rename to templates/dashboard/fido_setup.html diff --git a/app/dashboard/templates/dashboard/index.html b/templates/dashboard/index.html similarity index 100% rename from app/dashboard/templates/dashboard/index.html rename to templates/dashboard/index.html diff --git a/app/dashboard/templates/dashboard/lifetime_licence.html b/templates/dashboard/lifetime_licence.html similarity index 100% rename from app/dashboard/templates/dashboard/lifetime_licence.html rename to templates/dashboard/lifetime_licence.html diff --git a/app/dashboard/templates/dashboard/mailbox.html b/templates/dashboard/mailbox.html similarity index 100% rename from app/dashboard/templates/dashboard/mailbox.html rename to templates/dashboard/mailbox.html diff --git a/app/dashboard/templates/dashboard/mailbox_detail.html b/templates/dashboard/mailbox_detail.html similarity index 100% rename from app/dashboard/templates/dashboard/mailbox_detail.html rename to templates/dashboard/mailbox_detail.html diff --git a/app/dashboard/templates/dashboard/mailbox_validation.html b/templates/dashboard/mailbox_validation.html similarity index 100% rename from app/dashboard/templates/dashboard/mailbox_validation.html rename to templates/dashboard/mailbox_validation.html diff --git a/app/dashboard/templates/dashboard/mfa_cancel.html b/templates/dashboard/mfa_cancel.html similarity index 100% rename from app/dashboard/templates/dashboard/mfa_cancel.html rename to templates/dashboard/mfa_cancel.html diff --git a/app/dashboard/templates/dashboard/mfa_setup.html b/templates/dashboard/mfa_setup.html similarity index 100% rename from app/dashboard/templates/dashboard/mfa_setup.html rename to templates/dashboard/mfa_setup.html diff --git a/app/dashboard/templates/dashboard/pricing.html b/templates/dashboard/pricing.html similarity index 100% rename from app/dashboard/templates/dashboard/pricing.html rename to templates/dashboard/pricing.html diff --git a/app/dashboard/templates/dashboard/recovery_code.html b/templates/dashboard/recovery_code.html similarity index 100% rename from app/dashboard/templates/dashboard/recovery_code.html rename to templates/dashboard/recovery_code.html diff --git a/app/dashboard/templates/dashboard/referral.html b/templates/dashboard/referral.html similarity index 100% rename from app/dashboard/templates/dashboard/referral.html rename to templates/dashboard/referral.html diff --git a/app/dashboard/templates/dashboard/refused_email.html b/templates/dashboard/refused_email.html similarity index 100% rename from app/dashboard/templates/dashboard/refused_email.html rename to templates/dashboard/refused_email.html diff --git a/app/dashboard/templates/dashboard/setting.html b/templates/dashboard/setting.html similarity index 100% rename from app/dashboard/templates/dashboard/setting.html rename to templates/dashboard/setting.html diff --git a/app/dashboard/templates/dashboard/unsubscribe.html b/templates/dashboard/unsubscribe.html similarity index 100% rename from app/dashboard/templates/dashboard/unsubscribe.html rename to templates/dashboard/unsubscribe.html