diff --git a/templates/core/accounts/activate_account.html b/templates/core/accounts/activate_account.html index 4564aec..4923505 100644 --- a/templates/core/accounts/activate_account.html +++ b/templates/core/accounts/activate_account.html @@ -1,3 +1,7 @@ +{% comment %} + This template is deprecated. Account pages are now part of the back-office. +{% endcomment %} + {% extends "core/base.html" %} {% load i18n %} diff --git a/templates/core/accounts/edit_profile.html b/templates/core/accounts/edit_profile.html index 1bedee2..84bcbe5 100644 --- a/templates/core/accounts/edit_profile.html +++ b/templates/core/accounts/edit_profile.html @@ -1,3 +1,7 @@ +{% comment %} + This template is deprecated. Account pages are now part of the back-office. +{% endcomment %} + {% extends "core/base.html" %} {% load i18n roles %} diff --git a/templates/core/accounts/get_reset_token.html b/templates/core/accounts/get_reset_token.html index 9d599b9..509bf33 100644 --- a/templates/core/accounts/get_reset_token.html +++ b/templates/core/accounts/get_reset_token.html @@ -1,3 +1,7 @@ +{% comment %} + This template is deprecated. Account pages are now part of the back-office. +{% endcomment %} + {% extends "core/base.html" %} {% load i18n %} diff --git a/templates/core/accounts/login.html b/templates/core/accounts/login.html index 792ca99..955cb90 100644 --- a/templates/core/accounts/login.html +++ b/templates/core/accounts/login.html @@ -1,3 +1,7 @@ +{% comment %} + This template is deprecated. Account pages are now part of the back-office. +{% endcomment %} + {% extends "core/base.html" %} {% load i18n %} {% load orcid %} diff --git a/templates/core/accounts/orcid_registration.html b/templates/core/accounts/orcid_registration.html index 6034816..fd21699 100644 --- a/templates/core/accounts/orcid_registration.html +++ b/templates/core/accounts/orcid_registration.html @@ -1,3 +1,7 @@ +{% comment %} + This template is deprecated. Account pages are now part of the back-office. +{% endcomment %} + {% extends "core/base.html" %} {% load i18n %} {% load static %} diff --git a/templates/core/accounts/public_profile.html b/templates/core/accounts/public_profile.html index be9d15e..694d9b0 100644 --- a/templates/core/accounts/public_profile.html +++ b/templates/core/accounts/public_profile.html @@ -1,3 +1,7 @@ +{% comment %} + This template is deprecated. Account pages are now part of the back-office. +{% endcomment %} + {% extends "core/base.html" %} {% load component_tags %} diff --git a/templates/core/accounts/register.html b/templates/core/accounts/register.html index f0c6500..c4aa126 100644 --- a/templates/core/accounts/register.html +++ b/templates/core/accounts/register.html @@ -1,3 +1,7 @@ +{% comment %} + This template is deprecated. Account pages are now part of the back-office. +{% endcomment %} + {% extends "core/base.html" %} {% load i18n %} {% load static %} diff --git a/templates/core/accounts/reset_password.html b/templates/core/accounts/reset_password.html index e414f7c..f9a0745 100644 --- a/templates/core/accounts/reset_password.html +++ b/templates/core/accounts/reset_password.html @@ -1,3 +1,7 @@ +{% comment %} + This template is deprecated. Account pages are now part of the back-office. +{% endcomment %} + {% extends "core/base.html" %} {% load i18n %} {% load materializecss %} diff --git a/templates/custom/activate-account.html b/templates/custom/activate-account.html index 81bc847..b6b0287 100644 --- a/templates/custom/activate-account.html +++ b/templates/custom/activate-account.html @@ -1,3 +1,7 @@ +{% comment %} + This template is deprecated. Account pages are now part of the back-office. +{% endcomment %} + {% load static %} {% load component_tags %} diff --git a/templates/custom/get-reset-token.html b/templates/custom/get-reset-token.html index dc970f5..73d879f 100644 --- a/templates/custom/get-reset-token.html +++ b/templates/custom/get-reset-token.html @@ -1,3 +1,7 @@ +{% comment %} + This template is deprecated. Account pages are now part of the back-office. +{% endcomment %} + {% load static %} {% load component_tags %} {% load orcid %} diff --git a/templates/custom/login.html b/templates/custom/login.html index 8253c00..8a231be 100644 --- a/templates/custom/login.html +++ b/templates/custom/login.html @@ -1,3 +1,7 @@ +{% comment %} + This template is deprecated. Account pages are now part of the back-office. +{% endcomment %} + {% load static %} {% load component_tags %} {% load orcid %} diff --git a/templates/custom/orcid-registration.html b/templates/custom/orcid-registration.html index 19ca917..8a488be 100644 --- a/templates/custom/orcid-registration.html +++ b/templates/custom/orcid-registration.html @@ -1,3 +1,7 @@ +{% comment %} + This template is deprecated. Account pages are now part of the back-office. +{% endcomment %} + {% load static %} {% load component_tags %} diff --git a/templates/custom/profile.html b/templates/custom/profile.html index 373801c..80eebd3 100644 --- a/templates/custom/profile.html +++ b/templates/custom/profile.html @@ -1,3 +1,7 @@ +{% comment %} + This template is deprecated. Account pages are now part of the back-office. +{% endcomment %} + {% load static %} {% load component_tags %} diff --git a/templates/custom/register.html b/templates/custom/register.html index 842b8e6..3a9a864 100644 --- a/templates/custom/register.html +++ b/templates/custom/register.html @@ -1,3 +1,7 @@ +{% comment %} + This template is deprecated. Account pages are now part of the back-office. +{% endcomment %} + {% load static %} {% load component_tags %} diff --git a/templates/custom/reset-password.html b/templates/custom/reset-password.html index f070a3a..d68e394 100644 --- a/templates/custom/reset-password.html +++ b/templates/custom/reset-password.html @@ -1,3 +1,7 @@ +{% comment %} + This template is deprecated. Account pages are now part of the back-office. +{% endcomment %} + {% load static %} {% load component_tags %}