Skip to content

Commit f18276d

Browse files
committed
Deprecate several more old account templates #4380
1 parent e80ffeb commit f18276d

File tree

5 files changed

+21
-0
lines changed

5 files changed

+21
-0
lines changed

src/themes/OLH/templates/elements/accounts/edit_profile_body_block.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
{% comment %}
2+
This template is deprecated. Use admin/elements/accounts/user_form.html instead.
3+
4+
{% endcomment %}
5+
16
{% load i18n roles %}
27
{% user_has_role request 'reader' staff_override=False as reader %}
38

src/themes/OLH/templates/elements/accounts/user_form.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
{% comment %}
2+
This template is deprecated. Use admin/elements/accounts/user_form.html instead.
3+
{% endcomment %}
4+
15
{% load foundation %}
26
{% load static %}
37
{% load i18n %}

src/themes/clean/templates/elements/accounts/edit_profile_body_block.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
{% comment %}
2+
This template is deprecated. Use admin/elements/accounts/user_form.html instead.
3+
{% endcomment %}
4+
15
{% load i18n roles %}
26
{% user_has_role request 'reader' staff_override=False as reader %}
37

src/themes/clean/templates/elements/accounts/user_form.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
{% comment %}
2+
This template is deprecated. Use admin/elements/accounts/user_form.html instead.
3+
{% endcomment %}
4+
15
{% load foundation %}
26
{% load bootstrap4 %}
37
{% load static %}

src/themes/material/templates/elements/accounts/edit_profile_body_block.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
{% comment %}
2+
This template is deprecated. Use admin/elements/accounts/user_form.html instead.
3+
{% endcomment %}
4+
15
{% load i18n roles %}
26
{% user_has_role request 'reader' staff_override=False as reader %}
37

0 commit comments

Comments
 (0)