diff --git a/templates/user/profile.twig b/templates/user/profile.twig index 5005a469..84f914ca 100644 --- a/templates/user/profile.twig +++ b/templates/user/profile.twig @@ -152,7 +152,7 @@
- {% if is_editing or profile.user_about_content|length > 0 %} + {% if (is_editing and perms.edit_about) or profile.user_about_content|length > 0 %}
About {{ profile.username }}