Skip to content

Commit

Permalink
Deprecate theme-specific account pages #4380
Browse files Browse the repository at this point in the history
  • Loading branch information
joemull committed Nov 15, 2024
1 parent 224824f commit 9e9bcfd
Show file tree
Hide file tree
Showing 20 changed files with 80 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/themes/OLH/templates/core/accounts/activate_account.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{% comment %}
This template is deprecated. Account pages are now part of the back-office.
{% endcomment %}

{% extends "core/base.html" %}
{% load foundation %}
{% load i18n %}
Expand Down
4 changes: 4 additions & 0 deletions src/themes/OLH/templates/core/accounts/edit_profile.html
Original file line number Diff line number Diff line change
@@ -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 %}

Expand Down
4 changes: 4 additions & 0 deletions src/themes/OLH/templates/core/accounts/get_reset_token.html
Original file line number Diff line number Diff line change
@@ -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 foundation %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{% comment %}
This template is deprecated. Account pages are now part of the back-office.
{% endcomment %}

{% extends "core/base.html" %}
{% load foundation %}
{% load i18n %}
Expand Down
4 changes: 4 additions & 0 deletions src/themes/OLH/templates/core/accounts/public_profile.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{% comment %}
This template is deprecated. Account pages are now part of the back-office.
{% endcomment %}

{% extends "core/base.html" %}
{% load static %}
{% load i18n %}
Expand Down
4 changes: 4 additions & 0 deletions src/themes/OLH/templates/core/accounts/register.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{% comment %}
This template is deprecated. Account pages are now part of the back-office.
{% endcomment %}

{% extends "core/base.html" %}
{% load foundation %}
{% load i18n %}
Expand Down
4 changes: 4 additions & 0 deletions src/themes/OLH/templates/core/accounts/reset_password.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{% comment %}
This template is deprecated. Account pages are now part of the back-office.
{% endcomment %}

{% extends "core/base.html" %}
{% load foundation %}
{% load i18n %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{% comment %}
This template is deprecated. Account pages are now part of the back-office.
{% endcomment %}

{% extends "core/base.html" %}
{% load foundation %}
{% load i18n %}
Expand Down
4 changes: 4 additions & 0 deletions src/themes/clean/templates/core/accounts/edit_profile.html
Original file line number Diff line number Diff line change
@@ -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 %}
Expand Down
4 changes: 4 additions & 0 deletions src/themes/clean/templates/core/accounts/get_reset_token.html
Original file line number Diff line number Diff line change
@@ -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 bootstrap4 %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{% comment %}
This template is deprecated. Account pages are now part of the back-office.
{% endcomment %}

{% extends "core/base.html" %}
{% load foundation %}

Expand Down
4 changes: 4 additions & 0 deletions src/themes/clean/templates/core/accounts/public_profile.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{% comment %}
This template is deprecated. Account pages are now part of the back-office.
{% endcomment %}

{% extends "core/base.html" %}
{% load static %}

Expand Down
4 changes: 4 additions & 0 deletions src/themes/clean/templates/core/accounts/register.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{% comment %}
This template is deprecated. Account pages are now part of the back-office.
{% endcomment %}

{% extends "core/base.html" %}
{% load bootstrap4 %}
{% load i18n %}
Expand Down
4 changes: 4 additions & 0 deletions src/themes/clean/templates/core/accounts/reset_password.html
Original file line number Diff line number Diff line change
@@ -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 bootstrap4 %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{% comment %}
This template is deprecated. Account pages are now part of the back-office.
{% endcomment %}

{% extends "core/base.html" %}
{% load foundation %}
{% load i18n %}
Expand Down
4 changes: 4 additions & 0 deletions src/themes/material/templates/core/accounts/edit_profile.html
Original file line number Diff line number Diff line change
@@ -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 %}

Expand Down
Original file line number Diff line number Diff line change
@@ -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 materializecss %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{% comment %}
This template is deprecated. Account pages are now part of the back-office.
{% endcomment %}

{% extends "core/base.html" %}
{% load static %}
{% load i18n %}
Expand Down
4 changes: 4 additions & 0 deletions src/themes/material/templates/core/accounts/register.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{% comment %}
This template is deprecated. Account pages are now part of the back-office.
{% endcomment %}

{% extends "core/base.html" %}
{% load materializecss %}
{% load i18n %}
Expand Down
Original file line number Diff line number Diff line change
@@ -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 %}
Expand Down

0 comments on commit 9e9bcfd

Please sign in to comment.